Uses of Class
com.opencloud.slee.resources.cgin.map.MAPReportingPLMNList
-
Packages that use MAPReportingPLMNList 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 MAPReportingPLMNList in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPReportingPLMNList Modifier and Type Method Description MAPReportingPLMNListMAPReportingPLMNList. clone()Constructs a copy of this object and everything reachable from it.static MAPReportingPLMNListMAPReportingPLMNList. copyOf(MAPReportingPLMNList 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.MAPReportingPLMNListMAPProvideSubscriberLocation_Arg. getReportingPLMNList()Gets the value of the field reportingPLMNList.MAPReportingPLMNListMAPSubscriberLocationReport_Res. getReportingPLMNList()Gets the value of the field reportingPLMNList.MAPReportingPLMNListMAPReportingPLMNList. setPlmn_List(MAPReportingPLMN[] value)Sets the value of the field plmn-List.MAPReportingPLMNListMAPReportingPLMNList. setPlmn_ListPrioritizedPresent(boolean flag)Sets the presence or absence of the optional field plmn-ListPrioritized.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPReportingPLMNList Modifier and Type Method Description static MAPReportingPLMNListMAPReportingPLMNList. copyOf(MAPReportingPLMNList 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.MAPProvideSubscriberLocation_ArgMAPProvideSubscriberLocation_Arg. setReportingPLMNList(MAPReportingPLMNList value)Sets the value of the field reportingPLMNList.MAPSubscriberLocationReport_ResMAPSubscriberLocationReport_Res. setReportingPLMNList(MAPReportingPLMNList value)Sets the value of the field reportingPLMNList. -
Uses of MAPReportingPLMNList in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPReportingPLMNList Modifier and Type Field Description static PersistCodec<MAPReportingPLMNList,MAPReportingPLMNList,MAPProto.MAP_LCS_DataTypes_ReportingPLMNList>MAPCodecs. MAP_LCS_DataTypes_ReportingPLMNListSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMNListstatic PersistCodec<MAPReportingPLMNList,MAPReportingPLMNList,MAPProto.MAP_LCS_DataTypes_ReportingPLMNList>MAPCodecs. MAP_LCS_DataTypes_ReportingPLMNListSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMNList
-