Modifier and Type | Method and Description |
---|---|
static ResultStatusCode |
ResultStatusCode.fromValue(int value)
Provides the ResultStatusCode corresponding to the given integer
value.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Result.setStatusCode(ResultStatusCode value)
Sets the status code value.
|
Constructor and Description |
---|
DataResult(ResultStatusCode statusCode,
ResultStatusSubCode statusSubCode,
java.util.List<java.lang.String> statusText)
Constructs a DataResult with the given values.
|
DataResult(ResultStatusCode statusCode,
ResultStatusSubCode statusSubCode,
java.util.List<java.lang.String> statusText,
java.util.List<Trajectory> trajectories)
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.
|
SSC Feedback.
Copyright © 2007-2014 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Right s Reserved.