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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and 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.AreaEventInfo
|
static PersistCodec<MAPAreaEventInfo,MAPAreaEventInfo,MAPProto.MAP_LCS_DataTypes_AreaEventInfo> |
MAPCodecs.MAP_LCS_DataTypes_AreaEventInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.AreaEventInfo
|