Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLCS_ClientID
-
Packages that use MAPLCS_ClientID 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 MAPLCS_ClientID in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLCS_ClientID Modifier and Type Method 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
MAPProvideSubscriberLocation_Arg. getLcs_ClientID()
Gets the value of the field lcs-ClientID.MAPLCS_ClientID
MAPSubscriberLocationReport_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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLCS_ClientID Modifier and Type Method 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.MAPProvideSubscriberLocation_Arg
MAPProvideSubscriberLocation_Arg. setLcs_ClientID(MAPLCS_ClientID value)
Sets the value of the field lcs-ClientID.MAPSubscriberLocationReport_Arg
MAPSubscriberLocationReport_Arg. setLcs_ClientID(MAPLCS_ClientID value)
Sets the value of the field lcs-ClientID. -
Uses of MAPLCS_ClientID in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLCS_ClientID Modifier and Type Field 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-ClientIDstatic 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
-