public class ISOExtraction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ISOExtraction.Builder<T extends ISOExtraction.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
Modifier and Type | Method and Description |
---|---|
static ISOExtraction.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccountId() |
Date |
getCreated() |
String |
getExtractId() |
ExtractMode |
getExtractMode() |
String |
getId() |
String |
getName() |
String |
getState() |
String |
getStatus() |
String |
getStorageType() |
int |
getUploadPercentage() |
String |
getUrl() |
String |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ISOExtraction.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","accountid","created","extractId","extractMode","name","state","status","storagetype","uploadpercentage","url","zoneid","zonename"}) protected ISOExtraction(String id, @Nullable String accountId, @Nullable Date created, @Nullable String extractId, @Nullable ExtractMode extractMode, @Nullable String name, @Nullable String state, @Nullable String status, @Nullable String storageType, int uploadPercentage, @Nullable String url, @Nullable String zoneId, @Nullable String zoneName)
public static ISOExtraction.Builder<?> builder()
public ISOExtraction.Builder<?> toBuilder()
public String getId()
@Nullable public String getAccountId()
@Nullable public ExtractMode getExtractMode()
public int getUploadPercentage()
@Nullable public String getUrl()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.