Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLCSInformation
-
Packages that use MAPLCSInformation 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 MAPLCSInformation in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLCSInformation Modifier and Type Method Description MAPLCSInformationMAPLCSInformation. clone()Constructs a copy of this object and everything reachable from it.static MAPLCSInformationMAPLCSInformation. copyOf(MAPLCSInformation 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.MAPLCSInformationMAPInsertSubscriberDataArg. getLcsInformation()Gets the value of the field lcsInformation.MAPLCSInformationMAPLCSInformation. setAdd_lcs_PrivacyExceptionList(MAPLCS_PrivacyClass[] value)Sets the value of the field add-lcs-PrivacyExceptionList.MAPLCSInformationMAPLCSInformation. setGmlc_List(AddressString[] value)Sets the value of the field gmlc-List.MAPLCSInformationMAPLCSInformation. setLcs_PrivacyExceptionList(MAPLCS_PrivacyClass[] value)Sets the value of the field lcs-PrivacyExceptionList.MAPLCSInformationMAPLCSInformation. setMolr_List(MAPMOLR_Class[] value)Sets the value of the field molr-List.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLCSInformation Modifier and Type Method Description static MAPLCSInformationMAPLCSInformation. copyOf(MAPLCSInformation 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.MAPInsertSubscriberDataArgMAPInsertSubscriberDataArg. setLcsInformation(MAPLCSInformation value)Sets the value of the field lcsInformation. -
Uses of MAPLCSInformation in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLCSInformation Modifier and Type Field Description static PersistCodec<MAPLCSInformation,MAPLCSInformation,MAPProto.MAP_MS_DataTypes_LCSInformation>MAPCodecs. MAP_MS_DataTypes_LCSInformationSingleton codec for the ASN.1 type: MAP-MS-DataTypes.LCSInformationstatic PersistCodec<MAPLCSInformation,MAPLCSInformation,MAPProto.MAP_MS_DataTypes_LCSInformation>MAPCodecs. MAP_MS_DataTypes_LCSInformationSingleton codec for the ASN.1 type: MAP-MS-DataTypes.LCSInformation
-