public class BmcResponse extends Object
Constructor and Description |
---|
BmcResponse(int __httpStatusCode__) |
BmcResponse(int __httpStatusCode__,
javax.ws.rs.core.MultivaluedMap<String,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.
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getHeaders()
HTTP response headers returned by the operation.
|
int |
hashCode() |
@ConstructorProperties(value="__httpStatusCode__") public BmcResponse(int __httpStatusCode__)
@ConstructorProperties(value="__httpStatusCode__, headers") public BmcResponse(int __httpStatusCode__, javax.ws.rs.core.MultivaluedMap<String,String> headers)
protected boolean canEqual(Object other)
public int get__httpStatusCode__()
HTTP status code returned by the operation.
Copyright © 2016–2023. All rights reserved.