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 |
---|---|
MAPGenericServiceInfo |
MAPGenericServiceInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPGenericServiceInfo |
MAPGenericServiceInfo.copyOf(MAPGenericServiceInfo 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.
|
MAPGenericServiceInfo |
MAPInterrogateSS_Res.getGenericServiceInfo()
Gets the value of the genericServiceInfo choice.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setCcbs_FeatureList(MAPCCBS_Feature[] value)
Sets the value of the field ccbs-FeatureList.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setCliRestrictionOption(MAPCliRestrictionOption value)
Sets the value of the field cliRestrictionOption.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setDefaultPriority(int value)
Sets the value of the field defaultPriority and marks the field as present.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setDefaultPriorityPresent(boolean flag)
Sets the presence or absence of the optional field defaultPriority.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setMaximumEntitledPriority(int value)
Sets the value of the field maximumEntitledPriority and marks the field as present.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setMaximumEntitledPriorityPresent(boolean flag)
Sets the presence or absence of the optional field maximumEntitledPriority.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setNbrSB(int value)
Sets the value of the field nbrSB and marks the field as present.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setNbrSBPresent(boolean flag)
Sets the presence or absence of the optional field nbrSB.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setNbrSN(int value)
Sets the value of the field nbrSN and marks the field as present.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setNbrSNPresent(boolean flag)
Sets the presence or absence of the optional field nbrSN.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setNbrUser(int value)
Sets the value of the field nbrUser and marks the field as present.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setNbrUserPresent(boolean flag)
Sets the presence or absence of the optional field nbrUser.
|
MAPGenericServiceInfo |
MAPGenericServiceInfo.setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
Modifier and Type | Method and Description |
---|---|
static MAPGenericServiceInfo |
MAPGenericServiceInfo.copyOf(MAPGenericServiceInfo 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.
|
MAPInterrogateSS_Res |
MAPInterrogateSS_Res.setGenericServiceInfo(MAPGenericServiceInfo value)
Sets the value of the genericServiceInfo choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPGenericServiceInfo,MAPGenericServiceInfo,MAPProto.MAP_SS_DataTypes_GenericServiceInfo> |
MAPCodecs.MAP_SS_DataTypes_GenericServiceInfo
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.GenericServiceInfo
|
static PersistCodec<MAPGenericServiceInfo,MAPGenericServiceInfo,MAPProto.MAP_SS_DataTypes_GenericServiceInfo> |
MAPCodecs.MAP_SS_DataTypes_GenericServiceInfo
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.GenericServiceInfo
|