Uses of Class
gov.nasa.gsfc.spdf.ssc.ResultStatusSubCode
-
-
Uses of ResultStatusSubCode in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return ResultStatusSubCode Modifier and Type Method Description ResultStatusSubCode
Result. getStatusSubCode()
Gets the status sub-code value.static ResultStatusSubCode
ResultStatusSubCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResultStatusSubCode[]
ResultStatusSubCode. 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 ResultStatusSubCode Modifier and Type Method Description void
Result. setStatusSubCode(ResultStatusSubCode value)
Sets the status sub-code value.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type ResultStatusSubCode 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.
-