public class DeleteCollectionResult extends Object implements Serializable
Constructor and Description |
---|
DeleteCollectionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getStatusCode()
HTTP status code that indicates the result of the operation.
|
int |
hashCode() |
void |
setStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteCollectionResult |
withStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
|
public Integer getStatusCode()
HTTP status code that indicates the result of the operation.
Constraints:
Range: 0 -
HTTP status code that indicates the result of the operation.
public void setStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
Constraints:
Range: 0 -
statusCode
- HTTP status code that indicates the result of the operation.
public DeleteCollectionResult withStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
statusCode
- HTTP status code that indicates the result of the operation.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.