public class GetFipsReportResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GetFipsReportResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GetFipsReportResult() |
GetFipsReportResult(FipsNodeReportType[] nodes,
FipsErrorNodeReportType[] errorNodes) |
Modifier and Type | Method and Description |
---|---|
GetFipsReportResult.Builder |
asBuilder() |
static GetFipsReportResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
FipsErrorNodeReportType[] |
getErrorNodes()
Array of nodes that failed to gather FIPS information.
|
FipsNodeReportType[] |
getNodes()
Array of nodes containing FIPS information.
|
int |
hashCode() |
void |
setErrorNodes(FipsErrorNodeReportType[] errorNodes) |
void |
setNodes(FipsNodeReportType[] nodes) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public GetFipsReportResult(FipsNodeReportType[] nodes, FipsErrorNodeReportType[] errorNodes)
public FipsNodeReportType[] getNodes()
public void setNodes(FipsNodeReportType[] nodes)
public FipsErrorNodeReportType[] getErrorNodes()
public void setErrorNodes(FipsErrorNodeReportType[] errorNodes)
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 GetFipsReportResult.Builder builder()
public final GetFipsReportResult.Builder asBuilder()