@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetApplicationSshEnabledResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetApplicationSshEnabledResponse.Builder
Builds instances of type
GetApplicationSshEnabledResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationSshEnabledResponse.Builder |
builder()
Creates a builder for
GetApplicationSshEnabledResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetApplicationSshEnabledResponse that have equal attribute values. |
Boolean |
getEnabled()
Whether SSH is enabled
|
String |
getReason()
The reason for the enabled status
|
int |
hashCode()
Computes a hash code from attributes:
enabled, reason. |
String |
toString()
Prints the immutable value
GetApplicationSshEnabledResponse with attribute values. |
public Boolean getEnabled()
public String getReason()
public boolean equals(Object another)
GetApplicationSshEnabledResponse that have equal attribute values.public int hashCode()
enabled, reason.public String toString()
GetApplicationSshEnabledResponse with attribute values.public static GetApplicationSshEnabledResponse.Builder builder()
GetApplicationSshEnabledResponse.
GetApplicationSshEnabledResponse.builder()
.enabled(Boolean) // required enabled
.reason(String) // required reason
.build();
Copyright © 2020. All rights reserved.