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 |
---|---|
MAPSS_SubscriptionOption |
MAPSS_SubscriptionOption.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_SubscriptionOption |
MAPSS_SubscriptionOption.copyOf(MAPSS_SubscriptionOption_v1 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.
|
MAPSS_SubscriptionOption |
MAPSS_Data.getSs_SubscriptionOption()
Gets the value of the field ss-SubscriptionOption.
|
MAPSS_SubscriptionOption |
MAPSS_SubscriptionOption.setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the cliRestrictionOption choice.
|
MAPSS_SubscriptionOption |
MAPSS_SubscriptionOption.setOverrideCategory(MAPOverrideCategory value)
Sets the value of the overrideCategory choice.
|
Modifier and Type | Method and Description |
---|---|
MAPSS_Data |
MAPSS_Data.setSs_SubscriptionOption(MAPSS_SubscriptionOption value)
Sets the value of the field ss-SubscriptionOption.
|
MAPExt_SS_Data |
MAPExt_SS_Data.setSs_SubscriptionOption(MAPSS_SubscriptionOption value)
Sets the value of the field ss-SubscriptionOption.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSS_SubscriptionOption_v1,MAPSS_SubscriptionOption,MAPProto.MAP_SS_DataTypes_SS_SubscriptionOption> |
MAPCodecs.MAP_SS_DataTypes_SS_SubscriptionOption
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-SubscriptionOption
|