public class ExportRequest extends Object
| Constructor and Description |
|---|
ExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportRequest |
endDate(Long endDate) |
boolean |
equals(Object o) |
ExportRequest |
format(String format) |
Long |
getEndDate() |
String |
getFormat() |
String |
getOrder() |
String |
getSdids() |
String |
getSdtids() |
Long |
getStartDate() |
String |
getTrialId() |
String |
getUids() |
int |
hashCode() |
ExportRequest |
order(String order) |
ExportRequest |
sdids(String sdids) |
ExportRequest |
sdtids(String sdtids) |
void |
setEndDate(Long endDate) |
void |
setFormat(String format) |
void |
setOrder(String order) |
void |
setSdids(String sdids) |
void |
setSdtids(String sdtids) |
void |
setStartDate(Long startDate) |
void |
setTrialId(String trialId) |
void |
setUids(String uids) |
ExportRequest |
startDate(Long startDate) |
String |
toString() |
ExportRequest |
trialId(String trialId) |
ExportRequest |
uids(String uids) |
public ExportRequest endDate(Long endDate)
public Long getEndDate()
public void setEndDate(Long endDate)
public ExportRequest format(String format)
public String getFormat()
public void setFormat(String format)
public ExportRequest order(String order)
public String getOrder()
public void setOrder(String order)
public ExportRequest sdids(String sdids)
public String getSdids()
public void setSdids(String sdids)
public ExportRequest sdtids(String sdtids)
public String getSdtids()
public void setSdtids(String sdtids)
public ExportRequest startDate(Long startDate)
public Long getStartDate()
public void setStartDate(Long startDate)
public ExportRequest trialId(String trialId)
public String getTrialId()
public void setTrialId(String trialId)
public ExportRequest uids(String uids)
public String getUids()
public void setUids(String uids)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.