@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class TimeWindow extends Object
Constructor and Description |
---|
TimeWindow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TimeWindow |
expiration(String expiration) |
String |
getExpiration()
After the start time, how long until this assessment should no longer be available to the participant to peform? This value can be longer than a day, but only minute, hour, day, and week values are allowed (although these can be mixed).
|
String |
getGuid()
The unique identifier for this model.
|
String |
getStartTime()
The start time in a local time format (HH:MM), to be interpreted in the participant’s current time zone.
|
String |
getType()
TimeWindow
|
TimeWindow |
guid(String guid) |
int |
hashCode() |
Boolean |
isPersistent()
Is this time window persistent? If true, then this assessment should remain available for the participant to perform more than once until the window expires.
|
TimeWindow |
persistent(Boolean persistent) |
void |
setExpiration(String expiration) |
void |
setGuid(String guid) |
void |
setPersistent(Boolean persistent) |
void |
setStartTime(String startTime) |
TimeWindow |
startTime(String startTime) |
String |
toString() |
public TimeWindow guid(String guid)
public String getGuid()
public void setGuid(String guid)
public TimeWindow startTime(String startTime)
public String getStartTime()
public void setStartTime(String startTime)
public TimeWindow expiration(String expiration)
public String getExpiration()
public void setExpiration(String expiration)
public TimeWindow persistent(Boolean persistent)
public Boolean isPersistent()
public void setPersistent(Boolean persistent)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.