Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSMS_CAMEL_TDP_Data
-
Packages that use MAPSMS_CAMEL_TDP_Data 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 MAPSMS_CAMEL_TDP_Data in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSMS_CAMEL_TDP_Data Modifier and Type Method Description MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. clone()
Constructs a copy of this object and everything reachable from it.static MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. copyOf(MAPSMS_CAMEL_TDP_Data 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.MAPSMS_CAMEL_TDP_Data[]
MAPSMS_CSI. getSms_CAMEL_TDP_DataList()
Gets the value of the field sms-CAMEL-TDP-DataList.MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. setDefaultSMS_Handling(MAPDefaultSMS_Handling value)
Sets the value of the field defaultSMS-Handling.MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. setGsmSCF_Address(AddressString value)
Sets the value of the field gsmSCF-Address.MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. setSms_TriggerDetectionPoint(MAPSMS_TriggerDetectionPoint value)
Sets the value of the field sms-TriggerDetectionPoint.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSMS_CAMEL_TDP_Data Modifier and Type Method Description static MAPSMS_CAMEL_TDP_Data
MAPSMS_CAMEL_TDP_Data. copyOf(MAPSMS_CAMEL_TDP_Data 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.MAPSMS_CSI
MAPSMS_CSI. setSms_CAMEL_TDP_DataList(MAPSMS_CAMEL_TDP_Data[] value)
Sets the value of the field sms-CAMEL-TDP-DataList. -
Uses of MAPSMS_CAMEL_TDP_Data in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSMS_CAMEL_TDP_Data Modifier and Type Field Description static PersistCodec<MAPSMS_CAMEL_TDP_Data,MAPSMS_CAMEL_TDP_Data,MAPProto.MAP_MS_DataTypes_SMS_CAMEL_TDP_Data>
MAPCodecs. MAP_MS_DataTypes_SMS_CAMEL_TDP_Data
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SMS-CAMEL-TDP-Datastatic PersistCodec<MAPSMS_CAMEL_TDP_Data,MAPSMS_CAMEL_TDP_Data,MAPProto.MAP_MS_DataTypes_SMS_CAMEL_TDP_Data>
MAPCodecs. MAP_MS_DataTypes_SMS_CAMEL_TDP_Data
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SMS-CAMEL-TDP-Data
-