Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CAP3SMSEvent |
CAP3SMSEvent.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3SMSEvent |
CAP3SMSEvent.copyOf(CAP3SMSEvent 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.
|
CAP3SMSEvent[] |
CAP3RequestReportSMSEventArg.getSMSEvents()
Gets the value of the field sMSEvents.
|
CAP3SMSEvent |
CAP3SMSEvent.setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.
|
CAP3SMSEvent |
CAP3SMSEvent.setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.
|
Modifier and Type | Method and Description |
---|---|
static CAP3SMSEvent |
CAP3SMSEvent.copyOf(CAP3SMSEvent 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.
|
CAP3RequestReportSMSEventArg |
CAP3RequestReportSMSEventArg.setSMSEvents(CAP3SMSEvent[] value)
Sets the value of the field sMSEvents.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP3Proto.CAP_datatypes_SMSEvent> |
CAP3Codecs.CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEvent
|
static PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP3Proto.CAP_datatypes_SMSEvent> |
CAP3Codecs.CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP4Proto.CAP_datatypes_SMSEvent> |
CAP4Codecs.CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEvent
|
static PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP4Proto.CAP_datatypes_SMSEvent> |
CAP4Codecs.CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEvent
|