public class ListSnapMirrorLunsResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListSnapMirrorLunsResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListSnapMirrorLunsResult() |
ListSnapMirrorLunsResult(SnapMirrorLunInfo[] snapMirrorLunInfos) |
Modifier and Type | Method and Description |
---|---|
ListSnapMirrorLunsResult.Builder |
asBuilder() |
static ListSnapMirrorLunsResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
SnapMirrorLunInfo[] |
getSnapMirrorLunInfos()
A list of objects containing information about SnapMirror LUNs.
|
int |
hashCode() |
void |
setSnapMirrorLunInfos(SnapMirrorLunInfo[] snapMirrorLunInfos) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="10.0") public ListSnapMirrorLunsResult(SnapMirrorLunInfo[] snapMirrorLunInfos)
public SnapMirrorLunInfo[] getSnapMirrorLunInfos()
public void setSnapMirrorLunInfos(SnapMirrorLunInfo[] snapMirrorLunInfos)
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 ListSnapMirrorLunsResult.Builder builder()
public final ListSnapMirrorLunsResult.Builder asBuilder()