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 MAPLCSRequestorIDMAPLCSRequestorID. clone()Constructs a copy of this object and everything reachable from it.static MAPLCSRequestorIDMAPLCSRequestorID. 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.MAPLCSRequestorIDMAPLCS_ClientID. getLcsRequestorID()Gets the value of the field lcsRequestorID.MAPLCSRequestorIDMAPLCSRequestorID. setDataCodingScheme(byte[] value)Sets the value of the field dataCodingScheme.MAPLCSRequestorIDMAPLCSRequestorID. setLcs_FormatIndicator(MAPLCS_FormatIndicator value)Sets the value of the field lcs-FormatIndicator.MAPLCSRequestorIDMAPLCSRequestorID. 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 MAPLCSRequestorIDMAPLCSRequestorID. 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_ClientIDMAPLCS_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_LCSRequestorIDSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSRequestorIDstatic PersistCodec<MAPLCSRequestorID,MAPLCSRequestorID,MAPProto.MAP_LCS_DataTypes_LCSRequestorID>MAPCodecs. MAP_LCS_DataTypes_LCSRequestorIDSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSRequestorID
-