Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAreaEventInfo
-
Packages that use MAPAreaEventInfo Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPAreaEventInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAreaEventInfo Modifier and Type Method Description MAPAreaEventInfoMAPAreaEventInfo. clone()Constructs a copy of this object and everything reachable from it.static MAPAreaEventInfoMAPAreaEventInfo. copyOf(MAPAreaEventInfo from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPAreaEventInfoMAPProvideSubscriberLocation_Arg. getAreaEventInfo()Gets the value of the field areaEventInfo.MAPAreaEventInfoMAPAreaEventInfo. setAreaDefinition(MAPAreaDefinition value)Sets the value of the field areaDefinition.MAPAreaEventInfoMAPAreaEventInfo. setIntervalTime(int value)Sets the value of the field intervalTime and marks the field as present.MAPAreaEventInfoMAPAreaEventInfo. setIntervalTimePresent(boolean flag)Sets the presence or absence of the optional field intervalTime.MAPAreaEventInfoMAPAreaEventInfo. setOccurrenceInfo(MAPOccurrenceInfo value)Sets the value of the field occurrenceInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAreaEventInfo Modifier and Type Method Description static MAPAreaEventInfoMAPAreaEventInfo. copyOf(MAPAreaEventInfo from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPProvideSubscriberLocation_ArgMAPProvideSubscriberLocation_Arg. setAreaEventInfo(MAPAreaEventInfo value)Sets the value of the field areaEventInfo. -
Uses of MAPAreaEventInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAreaEventInfo Modifier and Type Field Description static PersistCodec<MAPAreaEventInfo,MAPAreaEventInfo,MAPProto.MAP_LCS_DataTypes_AreaEventInfo>MAPCodecs. MAP_LCS_DataTypes_AreaEventInfoSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaEventInfostatic PersistCodec<MAPAreaEventInfo,MAPAreaEventInfo,MAPProto.MAP_LCS_DataTypes_AreaEventInfo>MAPCodecs. MAP_LCS_DataTypes_AreaEventInfoSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaEventInfo
-