public interface UsageResponse extends Response<Usage>
Modifier and Type | Interface and Description |
---|---|
static class |
UsageResponse.ReasonCode
Additional details about status
|
static class |
UsageResponse.Result
The status of the response.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<UsageResponse.ReasonCode> |
getReasonCodes() |
java.lang.String |
getSessionId()
get the sessionId relating to this UsageResponse
|
UsageResponse.Result |
getStatus()
get the UsageResponse Status
|
getOperation
java.lang.String getSessionId()
UsageResponse.Result getStatus()
java.util.Collection<UsageResponse.ReasonCode> getReasonCodes()