@Generated(value="org.immutables.processor.ProxyProcessor") public final class CancelDeploymentResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CancelDeploymentResponse.Builder
Builds instances of type
CancelDeploymentResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CancelDeploymentResponse.Builder |
builder()
Creates a builder for
CancelDeploymentResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CancelDeploymentResponse that have equal attribute values. |
int |
hashCode()
Returns a constant hash code value.
|
String |
toString()
Prints the immutable value
CancelDeploymentResponse. |
public boolean equals(Object another)
CancelDeploymentResponse that have equal attribute values.public int hashCode()
public String toString()
CancelDeploymentResponse.public static CancelDeploymentResponse.Builder builder()
CancelDeploymentResponse.
CancelDeploymentResponse.builder()
.build();
Copyright © 2020. All rights reserved.