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 |
---|---|
MAPLCS_ClientID |
MAPLCS_ClientID.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCS_ClientID |
MAPLCS_ClientID.copyOf(MAPLCS_ClientID 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.
|
MAPLCS_ClientID |
MAPSubscriberLocationReport_Arg.getLcs_ClientID()
Gets the value of the field lcs-ClientID.
|
MAPLCS_ClientID |
MAPProvideSubscriberLocation_Arg.getLcs_ClientID()
Gets the value of the field lcs-ClientID.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsAPN(AccessPointName value)
Sets the value of the field lcsAPN.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsClientDialedByMS(AddressString value)
Sets the value of the field lcsClientDialedByMS.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsClientExternalID(MAPLCSClientExternalID value)
Sets the value of the field lcsClientExternalID.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsClientInternalID(MAPLCSClientInternalID value)
Sets the value of the field lcsClientInternalID.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsClientName(MAPLCSClientName value)
Sets the value of the field lcsClientName.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsClientType(MAPLCSClientType value)
Sets the value of the field lcsClientType.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsRequestorID(MAPLCSRequestorID value)
Sets the value of the field lcsRequestorID.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCS_ClientID |
MAPLCS_ClientID.copyOf(MAPLCS_ClientID 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.
|
MAPSubscriberLocationReport_Arg |
MAPSubscriberLocationReport_Arg.setLcs_ClientID(MAPLCS_ClientID value)
Sets the value of the field lcs-ClientID.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcs_ClientID(MAPLCS_ClientID value)
Sets the value of the field lcs-ClientID.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLCS_ClientID,MAPLCS_ClientID,MAPProto.MAP_LCS_DataTypes_LCS_ClientID> |
MAPCodecs.MAP_LCS_DataTypes_LCS_ClientID
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCS-ClientID
|
static PersistCodec<MAPLCS_ClientID,MAPLCS_ClientID,MAPProto.MAP_LCS_DataTypes_LCS_ClientID> |
MAPCodecs.MAP_LCS_DataTypes_LCS_ClientID
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCS-ClientID
|