public class BmcResponse extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BmcResponse.Builder<T extends BmcResponse> |
Constructor and Description |
---|
BmcResponse(int __httpStatusCode__) |
BmcResponse(int __httpStatusCode__,
Map<String,List<String>> headers) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
get__httpStatusCode__()
HTTP status code returned by the operation.
|
Map< |