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 |
---|---|
MAPLCSClientExternalID |
MAPLCSClientExternalID.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSClientExternalID |
MAPLCSClientExternalID.copyOf(MAPLCSClientExternalID 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.
|
MAPLCSClientExternalID |
MAPExternalClient.getClientIdentity()
Gets the value of the field clientIdentity.
|
MAPLCSClientExternalID |
MAPLCS_ClientID.getLcsClientExternalID()
Gets the value of the field lcsClientExternalID.
|
MAPLCSClientExternalID |
MAPLCSClientExternalID.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLCSClientExternalID |
MAPLCSClientExternalID.setExternalAddress(AddressString value)
Sets the value of the field externalAddress.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCSClientExternalID |
MAPLCSClientExternalID.copyOf(MAPLCSClientExternalID 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.
|
MAPExternalClient |
MAPExternalClient.setClientIdentity(MAPLCSClientExternalID value)
Sets the value of the field clientIdentity.
|
MAPLCS_ClientID |
MAPLCS_ClientID.setLcsClientExternalID(MAPLCSClientExternalID value)
Sets the value of the field lcsClientExternalID.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLCSClientExternalID,MAPLCSClientExternalID,MAPProto.MAP_CommonDataTypes_LCSClientExternalID> |
MAPCodecs.MAP_CommonDataTypes_LCSClientExternalID
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.LCSClientExternalID
|
static PersistCodec<MAPLCSClientExternalID,MAPLCSClientExternalID,MAPProto.MAP_CommonDataTypes_LCSClientExternalID> |
MAPCodecs.MAP_CommonDataTypes_LCSClientExternalID
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.LCSClientExternalID
|