public class SourceSchedule extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SourceSchedule.Frequency
The crawl schedule in the specified **time_zone**.
|
Constructor and Description |
---|
SourceSchedule() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFrequency()
Gets the frequency.
|
java.lang.String |
getTimeZone()
Gets the timeZone.
|
java.lang.Boolean |
isEnabled()
Gets the enabled.
|
void |
setEnabled(java.lang.Boolean enabled)
Sets the enabled.
|
void |
setFrequency(java.lang.String frequency)
Sets the frequency.
|
void |
setTimeZone(java.lang.String timeZone)
Sets the timeZone.
|
equals, hashCode, toString
public java.lang.Boolean isEnabled()
public java.lang.String getTimeZone()
public java.lang.String getFrequency()
public void setEnabled(java.lang.Boolean enabled)
enabled
- the new enabledpublic void setTimeZone(java.lang.String timeZone)
timeZone
- the new timeZonepublic void setFrequency(java.lang.String frequency)
frequency
- the new frequency