Modifier and Type | Method and Description |
---|---|
static ResultStatusSubCode |
ResultStatusSubCode.fromValue(int value)
Provides the ResultStatusSubCode corresponding to the given
integer value.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Result.setStatusSubCode(ResultStatusSubCode value)
Sets the status sub-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.