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 |
---|---|
MAPRequestedInfo |
MAPRequestedInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRequestedInfo |
MAPRequestedInfo.copyOf(MAPRequestedInfo 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.
|
MAPRequestedInfo |
MAPProvideSubscriberInfoArg.getRequestedInfo()
Gets the value of the field requestedInfo.
|
MAPRequestedInfo |
MAPAnyTimeInterrogationArg.getRequestedInfo()
Gets the value of the field requestedInfo.
|
MAPRequestedInfo |
MAPRequestedInfo.setCurrentLocationPresent(boolean flag)
Sets the presence or absence of the optional field currentLocation.
|
MAPRequestedInfo |
MAPRequestedInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRequestedInfo |
MAPRequestedInfo.setImeiPresent(boolean flag)
Sets the presence or absence of the optional field imei.
|
MAPRequestedInfo |
MAPRequestedInfo.setLocationInformationPresent(boolean flag)
Sets the presence or absence of the optional field locationInformation.
|
MAPRequestedInfo |
MAPRequestedInfo.setMnpRequestedInfoPresent(boolean flag)
Sets the presence or absence of the optional field mnpRequestedInfo.
|
MAPRequestedInfo |
MAPRequestedInfo.setMs_classmarkPresent(boolean flag)
Sets the presence or absence of the optional field ms-classmark.
|
MAPRequestedInfo |
MAPRequestedInfo.setRequestedDomain(MAPDomainType value)
Sets the value of the field requestedDomain.
|
MAPRequestedInfo |
MAPRequestedInfo.setRequestedNodes(MAPRequestedNodes value)
Sets the value of the field requestedNodes.
|
MAPRequestedInfo |
MAPRequestedInfo.setSubscriberStatePresent(boolean flag)
Sets the presence or absence of the optional field subscriberState.
|
MAPRequestedInfo |
MAPRequestedInfo.setT_adsDataPresent(boolean flag)
Sets the presence or absence of the optional field t-adsData.
|
Modifier and Type | Method and Description |
---|---|
static MAPRequestedInfo |
MAPRequestedInfo.copyOf(MAPRequestedInfo 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.
|
MAPProvideSubscriberInfoArg |
MAPProvideSubscriberInfoArg.setRequestedInfo(MAPRequestedInfo value)
Sets the value of the field requestedInfo.
|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.setRequestedInfo(MAPRequestedInfo value)
Sets the value of the field requestedInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRequestedInfo,MAPRequestedInfo,MAPProto.MAP_MS_DataTypes_RequestedInfo> |
MAPCodecs.MAP_MS_DataTypes_RequestedInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RequestedInfo
|
static PersistCodec<MAPRequestedInfo,MAPRequestedInfo,MAPProto.MAP_MS_DataTypes_RequestedInfo> |
MAPCodecs.MAP_MS_DataTypes_RequestedInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RequestedInfo
|