Uses of Class
gov.nasa.gsfc.spdf.ssc.ResultStatusCode
-
-
Uses of ResultStatusCode in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return ResultStatusCode Modifier and Type Method Description ResultStatusCode
Result. getStatusCode()
Gets the status code value.static ResultStatusCode
ResultStatusCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResultStatusCode[]
ResultStatusCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type ResultStatusCode Modifier and Type Method Description void
Result. setStatusCode(ResultStatusCode value)
Sets the status code value.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type ResultStatusCode Constructor Description DataResult(ResultStatusCode statusCode, ResultStatusSubCode statusSubCode, java.util.List<java.lang.String> statusText, java.util.List<SatelliteData> data)
Constructs a DataResult with the given values.FileResult(ResultStatusCode statusCode, ResultStatusSubCode statusSubCode, java.util.List<java.lang.String> statusText, java.util.List<java.lang.String> urls)
Constructs a FileResult with the given values.Result(ResultStatusCode statusCode, ResultStatusSubCode statusSubCode, java.util.List<java.lang.String> statusText)
Constructs a Result with the given values.
-