public class GetNvramInfoResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetNvramInfoResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
GetNvramInfoResult() |
GetNvramInfoResult(NvramInfo nvramInfo) |
| Modifier and Type | Method and Description |
|---|---|
GetNvramInfoResult.Builder |
asBuilder() |
static GetNvramInfoResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
NvramInfo |
getNvramInfo()
Arrays of events and errors detected on the NVRAM card.
|
int |
hashCode() |
void |
setNvramInfo(NvramInfo nvramInfo) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
public NvramInfo getNvramInfo()
public void setNvramInfo(NvramInfo nvramInfo)
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 GetNvramInfoResult.Builder builder()
public final GetNvramInfoResult.Builder asBuilder()