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 |
---|---|
MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.copyOf(MAPRoamingNotAllowedParSeq 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.
|
MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.setAdditionalRoamingNotAllowedCause(MAPAdditionalRoamingNotAllowedCause value)
Sets the value of the field additionalRoamingNotAllowedCause.
|
MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.setRoamingNotAllowedCause(MAPRoamingNotAllowedCause value)
Sets the value of the field roamingNotAllowedCause.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRoamingNotAllowedParSeq,MAPRoamingNotAllowedParam,MAPProto.MAP_ER_DataTypes_RoamingNotAllowedParam> |
MAPCodecs.MAP_ER_DataTypes_RoamingNotAllowedParam
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.RoamingNotAllowedParam
|