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 |
---|---|
MAPRe_synchronisationInfo |
MAPRe_synchronisationInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRe_synchronisationInfo |
MAPRe_synchronisationInfo.copyOf(MAPRe_synchronisationInfo 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.
|
MAPRe_synchronisationInfo |
MAPSendAuthenticationInfoArg_v3.getRe_synchronisationInfo()
Gets the value of the field re-synchronisationInfo.
|
MAPRe_synchronisationInfo |
MAPRe_synchronisationInfo.setAuts(byte[] value)
Sets the value of the field auts.
|
MAPRe_synchronisationInfo |
MAPRe_synchronisationInfo.setRand(byte[] value)
Sets the value of the field rand.
|
Modifier and Type | Method and Description |
---|---|
static MAPRe_synchronisationInfo |
MAPRe_synchronisationInfo.copyOf(MAPRe_synchronisationInfo 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.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setRe_synchronisationInfo(MAPRe_synchronisationInfo value)
Sets the value of the field re-synchronisationInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRe_synchronisationInfo,MAPRe_synchronisationInfo,MAPProto.MAP_MS_DataTypes_Re_synchronisationInfo> |
MAPCodecs.MAP_MS_DataTypes_Re_synchronisationInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.Re-synchronisationInfo
|
static PersistCodec<MAPRe_synchronisationInfo,MAPRe_synchronisationInfo,MAPProto.MAP_MS_DataTypes_Re_synchronisationInfo> |
MAPCodecs.MAP_MS_DataTypes_Re_synchronisationInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.Re-synchronisationInfo
|