Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLCS_PrivacyClass
-
Packages that use MAPLCS_PrivacyClass 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 MAPLCS_PrivacyClass in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLCS_PrivacyClass Modifier and Type Method Description MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. clone()
Constructs a copy of this object and everything reachable from it.static MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. copyOf(MAPLCS_PrivacyClass 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.MAPLCS_PrivacyClass[]
MAPLCSInformation. getAdd_lcs_PrivacyExceptionList()
Gets the value of the field add-lcs-PrivacyExceptionList.MAPLCS_PrivacyClass[]
MAPLCSInformation. getLcs_PrivacyExceptionList()
Gets the value of the field lcs-PrivacyExceptionList.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setExt_externalClientList(MAPExternalClient[] value)
Sets the value of the field ext-externalClientList.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setExternalClientList(MAPExternalClient[] value)
Sets the value of the field externalClientList.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setPlmnClientList(MAPLCSClientInternalID[] value)
Sets the value of the field plmnClientList.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setServiceTypeList(MAPServiceType[] value)
Sets the value of the field serviceTypeList.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setSs_Code(SSCode value)
Sets the value of the field ss-Code.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setSs_Status(byte[] value)
Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLCS_PrivacyClass Modifier and Type Method Description static MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. copyOf(MAPLCS_PrivacyClass 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.MAPLCSInformation
MAPLCSInformation. setAdd_lcs_PrivacyExceptionList(MAPLCS_PrivacyClass[] value)
Sets the value of the field add-lcs-PrivacyExceptionList.MAPLCSInformation
MAPLCSInformation. setLcs_PrivacyExceptionList(MAPLCS_PrivacyClass[] value)
Sets the value of the field lcs-PrivacyExceptionList. -
Uses of MAPLCS_PrivacyClass in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLCS_PrivacyClass Modifier and Type Field Description static PersistCodec<MAPLCS_PrivacyClass,MAPLCS_PrivacyClass,MAPProto.MAP_MS_DataTypes_LCS_PrivacyClass>
MAPCodecs. MAP_MS_DataTypes_LCS_PrivacyClass
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LCS-PrivacyClassstatic PersistCodec<MAPLCS_PrivacyClass,MAPLCS_PrivacyClass,MAPProto.MAP_MS_DataTypes_LCS_PrivacyClass>
MAPCodecs. MAP_MS_DataTypes_LCS_PrivacyClass
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LCS-PrivacyClass
-