Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRe_synchronisationInfo
-
Packages that use MAPRe_synchronisationInfo 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. -
-
Uses of MAPRe_synchronisationInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRe_synchronisationInfo Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRe_synchronisationInfo Modifier and Type Method 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. -
Uses of MAPRe_synchronisationInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRe_synchronisationInfo Modifier and Type Field 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-synchronisationInfostatic 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
-