Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLCSRequestorID
-
Packages that use MAPLCSRequestorID 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 MAPLCSRequestorID in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLCSRequestorID Modifier and Type Method Description MAPLCSRequestorID
MAPLCSRequestorID. clone()
Constructs a copy of this object and everything reachable from it.static MAPLCSRequestorID
MAPLCSRequestorID. copyOf(MAPLCSRequestorID 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.MAPLCSRequestorID
MAPLCS_ClientID. getLcsRequestorID()
Gets the value of the field lcsRequestorID.MAPLCSRequestorID
MAPLCSRequestorID. setDataCodingScheme(byte[] value)
Sets the value of the field dataCodingScheme.MAPLCSRequestorID
MAPLCSRequestorID. setLcs_FormatIndicator(MAPLCS_FormatIndicator value)
Sets the value of the field lcs-FormatIndicator.MAPLCSRequestorID
MAPLCSRequestorID. setRequestorIDString(byte[] value)
Sets the value of the field requestorIDString.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLCSRequestorID Modifier and Type Method Description static MAPLCSRequestorID
MAPLCSRequestorID. copyOf(MAPLCSRequestorID 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
MAPLCS_ClientID. setLcsRequestorID(MAPLCSRequestorID value)
Sets the value of the field lcsRequestorID. -
Uses of MAPLCSRequestorID in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLCSRequestorID Modifier and Type Field Description static PersistCodec<MAPLCSRequestorID,MAPLCSRequestorID,MAPProto.MAP_LCS_DataTypes_LCSRequestorID>
MAPCodecs. MAP_LCS_DataTypes_LCSRequestorID
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSRequestorIDstatic PersistCodec<MAPLCSRequestorID,MAPLCSRequestorID,MAPProto.MAP_LCS_DataTypes_LCSRequestorID>
MAPCodecs. MAP_LCS_DataTypes_LCSRequestorID
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSRequestorID
-