Package com.oracle.bmc.responses
Class BmcResponse
- java.lang.Object
-
- com.oracle.bmc.responses.BmcResponse
-
public class BmcResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBmcResponse.Builder<T extends BmcResponse>
-
Constructor Summary
Constructors Constructor Description BmcResponse(int __httpStatusCode__)BmcResponse(int __httpStatusCode__, Map<String,List<String>> headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intget__httpStatusCode__()HTTP status code returned by the operation.Map<String,List<String>>getHeaders()HTTP response headers returned by the operation.inthashCode()
-
-
-
Constructor Detail
-
BmcResponse
@ConstructorProperties("__httpStatusCode__") public BmcResponse(int __httpStatusCode__)
-
BmcResponse
@ConstructorProperties({"__httpStatusCode__","headers"}) public BmcResponse(int __httpStatusCode__, Map<String,List<String>> headers)
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
get__httpStatusCode__
public int get__httpStatusCode__()
HTTP status code returned by the operation.- Returns:
- HTTP status code
-
-