@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-07-04T11:23:30.393+08:00[Asia/Shanghai]") public class TimeCondition extends Object
| Constructor and Description |
|---|
TimeCondition() |
| Modifier and Type | Method and Description |
|---|---|
TimeCondition |
endTime(String endTime) |
boolean |
equals(Object o) |
String |
getEndTime()
Get endTime
|
String |
getStartTime()
Get startTime
|
String |
getType()
Get type
|
int |
hashCode() |
void |
setEndTime(String endTime) |
void |
setStartTime(String startTime) |
void |
setType(String type) |
TimeCondition |
startTime(String startTime) |
String |
toString() |
TimeCondition |
type(String type) |
public TimeCondition startTime(String startTime)
public String getStartTime()
public void setStartTime(String startTime)
public TimeCondition endTime(String endTime)
public String getEndTime()
public void setEndTime(String endTime)
public TimeCondition type(String type)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.