public class ListProtectionDomainLevelsResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProtectionDomainLevelsResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ListProtectionDomainLevelsResult() |
ListProtectionDomainLevelsResult(ProtectionDomainLevel[] protectionDomainLevels) |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionDomainLevelsResult.Builder |
asBuilder() |
static ListProtectionDomainLevelsResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
ProtectionDomainLevel[] |
getProtectionDomainLevels()
A list of the different Protection Domain Levels, where each supplies the
cluster's Tolerance and Resiliency information from its own perspective.
|
int |
hashCode() |
void |
setProtectionDomainLevels(ProtectionDomainLevel[] protectionDomainLevels) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ListProtectionDomainLevelsResult(ProtectionDomainLevel[] protectionDomainLevels)
public ProtectionDomainLevel[] getProtectionDomainLevels()
public void setProtectionDomainLevels(ProtectionDomainLevel[] protectionDomainLevels)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static ListProtectionDomainLevelsResult.Builder builder()
public final ListProtectionDomainLevelsResult.Builder asBuilder()