public class ExportStatusResponse extends Object
| Constructor and Description |
|---|
ExportStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getExpirationDate() |
String |
getExportId() |
String |
getMd5() |
String |
getStatus() |
String |
getTtl() |
int |
hashCode() |
void |
setExpirationDate(Long expirationDate) |
void |
setExportId(String exportId) |
void |
setMd5(String md5) |
void |
setStatus(String status) |
void |
setTtl(String ttl) |
String |
toString() |
public Long getExpirationDate()
public void setExpirationDate(Long expirationDate)
public String getExportId()
public void setExportId(String exportId)
public String getMd5()
public void setMd5(String md5)
public String getStatus()
public void setStatus(String status)
public String getTtl()
public void setTtl(String ttl)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.