public class GetProtectionDomainLayoutResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GetProtectionDomainLayoutResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GetProtectionDomainLayoutResult() |
GetProtectionDomainLayoutResult(NodeProtectionDomains[] protectionDomainLayout) |
Modifier and Type | Method and Description |
---|---|
GetProtectionDomainLayoutResult.Builder |
asBuilder() |
static GetProtectionDomainLayoutResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
NodeProtectionDomains[] |
getProtectionDomainLayout()
How all of the nodes are grouped into different ProtectionDomains.
|
int |
hashCode() |
void |
setProtectionDomainLayout(NodeProtectionDomains[] protectionDomainLayout) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public GetProtectionDomainLayoutResult(NodeProtectionDomains[] protectionDomainLayout)
public NodeProtectionDomains[] getProtectionDomainLayout()
public void setProtectionDomainLayout(NodeProtectionDomains[] protectionDomainLayout)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static GetProtectionDomainLayoutResult.Builder builder()
public final GetProtectionDomainLayoutResult.Builder asBuilder()