Uses of Class
com.opencloud.slee.resources.cgin.map.MAPIST_CommandArg
-
Packages that use MAPIST_CommandArg Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPIST_CommandArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPIST_CommandArg Modifier and Type Method Description MAPIST_CommandArgMAPIST_CommandArg. clone()Constructs a copy of this object and everything reachable from it.static MAPIST_CommandArgMAPIST_CommandArg. copyOf(MAPIST_CommandArg 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.MAPIST_CommandArgMAPIST_CommandArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPIST_CommandArgMAPIST_CommandArg. setImsi(IMSIAddress value)Sets the value of the field imsi.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPIST_CommandArg Modifier and Type Method Description static MAPIST_CommandArgMAPIST_CommandArg. copyOf(MAPIST_CommandArg 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.intMAPDialog. sendIst_Command(long timeout, MAPIST_CommandArg argument)Issues an ist_Command operation request on the dialog. -
Uses of MAPIST_CommandArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPIST_CommandArg Constructor Description MAPIst_CommandRequestEvent(MAPDialog dialog, TcapOperation operation, MAPIST_CommandArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPIst_CommandRequestEvent -
Uses of MAPIST_CommandArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPIST_CommandArg Modifier and Type Field Description static PersistCodec<MAPIST_CommandArg,MAPIST_CommandArg,MAPProto.MAP_CH_DataTypes_IST_CommandArg>MAPCodecs. MAP_CH_DataTypes_IST_CommandArgSingleton codec for the ASN.1 type: MAP-CH-DataTypes.IST-CommandArgstatic PersistCodec<MAPIST_CommandArg,MAPIST_CommandArg,MAPProto.MAP_CH_DataTypes_IST_CommandArg>MAPCodecs. MAP_CH_DataTypes_IST_CommandArgSingleton codec for the ASN.1 type: MAP-CH-DataTypes.IST-CommandArg
-