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