public class TrialPlResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TRIAL_PL |
static String |
SERIALIZED_NAME_UP_TO_DATE |
| Constructor and Description |
|---|
TrialPlResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TrialPlResponseTrialPl |
getTrialPl()
Get trialPl
|
Boolean |
getUpToDate()
集計結果が最新かどうか
|
int |
hashCode() |
void |
setTrialPl(TrialPlResponseTrialPl trialPl) |
void |
setUpToDate(Boolean upToDate) |
String |
toString() |
TrialPlResponse |
trialPl(TrialPlResponseTrialPl trialPl) |
TrialPlResponse |
upToDate(Boolean upToDate) |
public static final String SERIALIZED_NAME_TRIAL_PL
public static final String SERIALIZED_NAME_UP_TO_DATE
public TrialPlResponse trialPl(TrialPlResponseTrialPl trialPl)
public TrialPlResponseTrialPl getTrialPl()
public void setTrialPl(TrialPlResponseTrialPl trialPl)
public TrialPlResponse upToDate(Boolean upToDate)
public Boolean getUpToDate()
public void setUpToDate(Boolean upToDate)
Copyright © 2020. All rights reserved.