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 |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and 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.LCSClientName
|
static PersistCodec<MAPLCSClientName,MAPLCSClientName,MAPProto.MAP_LCS_DataTypes_LCSClientName> |
MAPCodecs.MAP_LCS_DataTypes_LCSClientName
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSClientName
|