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 |
---|---|
MAPLCSCodeword |
MAPLCSCodeword.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSCodeword |
MAPLCSCodeword.copyOf(MAPLCSCodeword 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.
|
MAPLCSCodeword |
MAPProvideSubscriberLocation_Arg.getLcsCodeword()
Gets the value of the field lcsCodeword.
|
MAPLCSCodeword |
MAPLCSCodeword.setDataCodingScheme(byte[] value)
Sets the value of the field dataCodingScheme.
|
MAPLCSCodeword |
MAPLCSCodeword.setLcsCodewordString(byte[] value)
Sets the value of the field lcsCodewordString.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCSCodeword |
MAPLCSCodeword.copyOf(MAPLCSCodeword 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.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcsCodeword(MAPLCSCodeword value)
Sets the value of the field lcsCodeword.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLCSCodeword,MAPLCSCodeword,MAPProto.MAP_LCS_DataTypes_LCSCodeword> |
MAPCodecs.MAP_LCS_DataTypes_LCSCodeword
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSCodeword
|
static PersistCodec<MAPLCSCodeword,MAPLCSCodeword,MAPProto.MAP_LCS_DataTypes_LCSCodeword> |
MAPCodecs.MAP_LCS_DataTypes_LCSCodeword
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSCodeword
|