Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRoamingNotAllowedParam
-
Packages that use MAPRoamingNotAllowedParam 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. -
-
Uses of MAPRoamingNotAllowedParam in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRoamingNotAllowedParam Modifier and Type Method Description MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. clone()Constructs a copy of this object and everything reachable from it.static MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. 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.MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. setAdditionalRoamingNotAllowedCause(MAPAdditionalRoamingNotAllowedCause value)Sets the value of the field additionalRoamingNotAllowedCause.MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. setRoamingNotAllowedCause(MAPRoamingNotAllowedCause value)Sets the value of the field roamingNotAllowedCause. -
Uses of MAPRoamingNotAllowedParam in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRoamingNotAllowedParam Modifier and Type Field Description static PersistCodec<MAPRoamingNotAllowedParSeq,MAPRoamingNotAllowedParam,MAPProto.MAP_ER_DataTypes_RoamingNotAllowedParam>MAPCodecs. MAP_ER_DataTypes_RoamingNotAllowedParamSingleton codec for the ASN.1 type: MAP-ER-DataTypes.RoamingNotAllowedParam
-