public class PatchAdSetScheduling
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_END_DATE |
static java.lang.String |
SERIALIZED_NAME_START_DATE |
| Constructor and Description |
|---|
PatchAdSetScheduling() |
| Modifier and Type | Method and Description |
|---|---|
PatchAdSetScheduling |
endDate(NillableDateTime endDate) |
boolean |
equals(java.lang.Object o) |
NillableDateTime |
getEndDate()
Get endDate
|
NillableDateTime |
getStartDate()
Get startDate
|
int |
hashCode() |
void |
setEndDate(NillableDateTime endDate) |
void |
setStartDate(NillableDateTime startDate) |
PatchAdSetScheduling |
startDate(NillableDateTime startDate) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_START_DATE
public static final java.lang.String SERIALIZED_NAME_END_DATE
public PatchAdSetScheduling startDate(NillableDateTime startDate)
@Nullable public NillableDateTime getStartDate()
public void setStartDate(NillableDateTime startDate)
public PatchAdSetScheduling endDate(NillableDateTime endDate)
@Nullable public NillableDateTime getEndDate()
public void setEndDate(NillableDateTime endDate)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All rights reserved.