public class GetOntapVersionInfoResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GetOntapVersionInfoResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GetOntapVersionInfoResult() |
GetOntapVersionInfoResult(OntapVersionInfo[] ontapVersionInfo) |
Modifier and Type | Method and Description |
---|---|
GetOntapVersionInfoResult.Builder |
asBuilder() |
static GetOntapVersionInfoResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
OntapVersionInfo[] |
getOntapVersionInfo()
The software version information of the ONTAP endpoint.
|
int |
hashCode() |
void |
setOntapVersionInfo(OntapVersionInfo[] ontapVersionInfo) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="10.0") public GetOntapVersionInfoResult(OntapVersionInfo[] ontapVersionInfo)
public OntapVersionInfo[] getOntapVersionInfo()
public void setOntapVersionInfo(OntapVersionInfo[] ontapVersionInfo)
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 GetOntapVersionInfoResult.Builder builder()
public final GetOntapVersionInfoResult.Builder asBuilder()