Uses of Class
com.opencloud.slee.resources.cgin.cap_v2.CAP2ResetTimerArg
-
Packages that use CAP2ResetTimerArg Package Description com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v2.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v3.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol. -
-
Uses of CAP2ResetTimerArg in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 that return CAP2ResetTimerArg Modifier and Type Method Description CAP2ResetTimerArgCAP2ResetTimerArg. clone()Constructs a copy of this object and everything reachable from it.static CAP2ResetTimerArgCAP2ResetTimerArg. copyOf(CCResetTimerArg 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.CAP2ResetTimerArgCAP2ResetTimerArg. setExtensions(CAP1ExtensionField[] value)Sets the value of the field extensions.CAP2ResetTimerArgCAP2ResetTimerArg. setTimerID(CCTimerID value)Sets the value of the field timerID.CAP2ResetTimerArgCAP2ResetTimerArg. setTimervalue(int value)Sets the value of the field timervalue. -
Uses of CAP2ResetTimerArg in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CAP2ResetTimerArg Modifier and Type Field Description static PersistCodec<CCResetTimerArg,CAP2ResetTimerArg,CAP2Proto.CAP_DataTypes_ResetTimerArg>CAP2Codecs. CAP_DataTypes_ResetTimerArgSingleton codec for the ASN.1 type: CAP-DataTypes.ResetTimerArg -
Uses of CAP2ResetTimerArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP2ResetTimerArg Modifier and Type Field Description static PersistCodec<CCResetTimerArg,CAP2ResetTimerArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ResetTimerArg>CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_ResetTimerArgSingleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ResetTimerArg -
Uses of CAP2ResetTimerArg in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP2ResetTimerArg in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description classCAP4ResetTimerArgAPI for CAP-gsmSSF-gsmSCF-ops-args.ResetTimerArg.
-