public class ListDrivesResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListDrivesResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListDrivesResult() |
ListDrivesResult(DriveInfo[] drives) |
Modifier and Type | Method and Description |
---|---|
ListDrivesResult.Builder |
asBuilder() |
static ListDrivesResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
DriveInfo[] |
getDrives()
Information for the drives that are connected to the cluster.
|
int |
hashCode() |
void |
setDrives(DriveInfo[] drives) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
public DriveInfo[] getDrives()
public void setDrives(DriveInfo[] drives)
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 ListDrivesResult.Builder builder()
public final ListDrivesResult.Builder asBuilder()