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