Uses of Class
com.opencloud.slee.resources.cgin.map.MAPDestinationNumberCriteria
-
Packages that use MAPDestinationNumberCriteria 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 MAPDestinationNumberCriteria in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPDestinationNumberCriteria Modifier and Type Method Description MAPDestinationNumberCriteriaMAPDestinationNumberCriteria. clone()Constructs a copy of this object and everything reachable from it.static MAPDestinationNumberCriteriaMAPDestinationNumberCriteria. copyOf(MAPDestinationNumberCriteria 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.MAPDestinationNumberCriteriaMAPO_BcsmCamelTDP_Criteria. getDestinationNumberCriteria()Gets the value of the field destinationNumberCriteria.MAPDestinationNumberCriteriaMAPDestinationNumberCriteria. setDestinationNumberLengthList(int[] value)Sets the value of the field destinationNumberLengthList.MAPDestinationNumberCriteriaMAPDestinationNumberCriteria. setDestinationNumberList(AddressString[] value)Sets the value of the field destinationNumberList.MAPDestinationNumberCriteriaMAPDestinationNumberCriteria. setMatchType(MAPMatchType value)Sets the value of the field matchType.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPDestinationNumberCriteria Modifier and Type Method Description static MAPDestinationNumberCriteriaMAPDestinationNumberCriteria. copyOf(MAPDestinationNumberCriteria 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.MAPO_BcsmCamelTDP_CriteriaMAPO_BcsmCamelTDP_Criteria. setDestinationNumberCriteria(MAPDestinationNumberCriteria value)Sets the value of the field destinationNumberCriteria. -
Uses of MAPDestinationNumberCriteria in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPDestinationNumberCriteria Modifier and Type Field Description static PersistCodec<MAPDestinationNumberCriteria,MAPDestinationNumberCriteria,MAPProto.MAP_MS_DataTypes_DestinationNumberCriteria>MAPCodecs. MAP_MS_DataTypes_DestinationNumberCriteriaSingleton codec for the ASN.1 type: MAP-MS-DataTypes.DestinationNumberCriteriastatic PersistCodec<MAPDestinationNumberCriteria,MAPDestinationNumberCriteria,MAPProto.MAP_MS_DataTypes_DestinationNumberCriteria>MAPCodecs. MAP_MS_DataTypes_DestinationNumberCriteriaSingleton codec for the ASN.1 type: MAP-MS-DataTypes.DestinationNumberCriteria
-