Uses of Class
gov.nasa.gsfc.spdf.ssc.Result
-
-
Uses of Result in gov.nasa.gsfc.spdf.ssc
Subclasses of Result in gov.nasa.gsfc.spdf.ssc Modifier and Type Class Description class
DataResult
This class represents the result of a DataRequest to the Satellite Situation Center.class
FileResult
This class represents the result of a Request to the Satellite Situation Center.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type Result Constructor Description DataResult(Result value)
Constructs a DataResult with the statusCode, statusSubCode, and statusText from the given Result object.FileResult(Result value)
Constructs a FileResult with the statusCode, statusSubCode, and statusText from the given Result object.
-