public class ListDriveStatsResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListDriveStatsResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListDriveStatsResult() |
ListDriveStatsResult(DriveStats[] driveStats,
Attributes[] errors) |
Modifier and Type | Method and Description |
---|---|
ListDriveStatsResult.Builder |
asBuilder() |
static ListDriveStatsResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
DriveStats[] |
getDriveStats()
List of drive activity information for each drive.
|
Attributes[] |
getErrors()
If there are errors retrieving information about a drive, this list contains the driveID and associated error message.
|
int |
hashCode() |
void |
setDriveStats(DriveStats[] driveStats) |
void |
setErrors(Attributes[] errors) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ListDriveStatsResult(DriveStats[] driveStats, Attributes[] errors)
public DriveStats[] getDriveStats()
public void setDriveStats(DriveStats[] driveStats)
public Attributes[] getErrors()
public void setErrors(Attributes[] errors)
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 ListDriveStatsResult.Builder builder()
public final ListDriveStatsResult.Builder asBuilder()