Package ubic.gemma.rest.util.args
Class DatasetIdArg
java.lang.Object
Long argument type for dataset API, referencing the Dataset ID.
- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.rest.util.args.DatasetArg
valueOfMethods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
Constructor Details
-
DatasetIdArg
public DatasetIdArg(long l) - Parameters:
l- intentionally primitive type, so the value property can never be null.
-