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 MAPAreaEventInfo
MAPAreaEventInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPAreaEventInfo
MAPAreaEventInfo. 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.MAPAreaEventInfo
MAPProvideSubscriberLocation_Arg. getAreaEventInfo()
Gets the value of the field areaEventInfo.MAPAreaEventInfo
MAPAreaEventInfo. setAreaDefinition(MAPAreaDefinition value)
Sets the value of the field areaDefinition.MAPAreaEventInfo
MAPAreaEventInfo. setIntervalTime(int value)
Sets the value of the field intervalTime and marks the field as present.MAPAreaEventInfo
MAPAreaEventInfo. setIntervalTimePresent(boolean flag)
Sets the presence or absence of the optional field intervalTime.MAPAreaEventInfo
MAPAreaEventInfo. 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 MAPAreaEventInfo
MAPAreaEventInfo. 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_Arg
MAPProvideSubscriberLocation_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_AreaEventInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaEventInfostatic PersistCodec<MAPAreaEventInfo,MAPAreaEventInfo,MAPProto.MAP_LCS_DataTypes_AreaEventInfo>
MAPCodecs. MAP_LCS_DataTypes_AreaEventInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaEventInfo
-