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<String,List<String>> |
getHeaders()
HTTP response headers returned by the operation.
|
int |
hashCode() |
@ConstructorProperties(value="__httpStatusCode__") public BmcResponse(int __httpStatusCode__)
protected boolean canEqual(Object other)
public int get__httpStatusCode__()
HTTP status code returned by the operation.
Copyright © 2016–2024. All rights reserved.