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 |
---|---|
MAPCUG_Subscription |
MAPCUG_Subscription.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCUG_Subscription |
MAPCUG_Subscription.copyOf(MAPCUG_Subscription 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.
|
MAPCUG_Subscription[] |
MAPCUG_Info.getCug_SubscriptionList()
Gets the value of the field cug-SubscriptionList.
|
MAPCUG_Subscription |
MAPCUG_Subscription.setBasicServiceGroupList(MAPExt_BasicServiceCode[] value)
Sets the value of the field basicServiceGroupList.
|
MAPCUG_Subscription |
MAPCUG_Subscription.setCug_Index(int value)
Sets the value of the field cug-Index and marks the field as present.
|
MAPCUG_Subscription |
MAPCUG_Subscription.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPCUG_Subscription |
MAPCUG_Subscription.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCUG_Subscription |
MAPCUG_Subscription.setIntraCUG_Options(MAPIntraCUG_Options value)
Sets the value of the field intraCUG-Options.
|
Modifier and Type | Method and Description |
---|---|
static MAPCUG_Subscription |
MAPCUG_Subscription.copyOf(MAPCUG_Subscription 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.
|
MAPCUG_Info |
MAPCUG_Info.setCug_SubscriptionList(MAPCUG_Subscription[] value)
Sets the value of the field cug-SubscriptionList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCUG_Subscription,MAPCUG_Subscription,MAPProto.MAP_MS_DataTypes_CUG_Subscription> |
MAPCodecs.MAP_MS_DataTypes_CUG_Subscription
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CUG-Subscription
|
static PersistCodec<MAPCUG_Subscription,MAPCUG_Subscription,MAPProto.MAP_MS_DataTypes_CUG_Subscription> |
MAPCodecs.MAP_MS_DataTypes_CUG_Subscription
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CUG-Subscription
|