Package ai.reveng.model
Class ScheduledTaskEntry
java.lang.Object
ai.reveng.model.ScheduledTaskEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ScheduledTaskEntry
extends Object
ScheduledTaskEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventsItem(ReportEvent eventsItem) booleanevents(List<ReportEvent> events) executable(String executable) static ScheduledTaskEntryCreate an instance of ScheduledTaskEntry given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get commandgetDay()Get dayGet endDateGet eventsGet executableGet modifiergetRunAs()Get runAsGet scheduleTypeGet startDateGet startTimeGet taskNameinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.scheduleType(String scheduleType) voidsetCommand(String command) voidvoidsetEndDate(String endDate) voidsetEvents(List<ReportEvent> events) voidsetExecutable(String executable) voidsetModifier(String modifier) voidvoidsetScheduleType(String scheduleType) voidsetStartDate(String startDate) voidsetStartTime(String startTime) voidsetTaskName(String taskName) toJson()Convert an instance of ScheduledTaskEntry to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_COMMAND
- See Also:
-
SERIALIZED_NAME_DAY
- See Also:
-
SERIALIZED_NAME_END_DATE
- See Also:
-
SERIALIZED_NAME_EVENTS
- See Also:
-
SERIALIZED_NAME_EXECUTABLE
- See Also:
-
SERIALIZED_NAME_MODIFIER
- See Also:
-
SERIALIZED_NAME_RUN_AS
- See Also:
-
SERIALIZED_NAME_SCHEDULE_TYPE
- See Also:
-
SERIALIZED_NAME_START_DATE
- See Also:
-
SERIALIZED_NAME_START_TIME
- See Also:
-
SERIALIZED_NAME_TASK_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ScheduledTaskEntry
public ScheduledTaskEntry()
-
-
Method Details
-
command
-
getCommand
Get command- Returns:
- command
-
setCommand
-
day
-
getDay
Get day- Returns:
- day
-
setDay
-
endDate
-
getEndDate
Get endDate- Returns:
- endDate
-
setEndDate
-
events
-
addEventsItem
-
getEvents
Get events- Returns:
- events
-
setEvents
-
executable
-
getExecutable
Get executable- Returns:
- executable
-
setExecutable
-
modifier
-
getModifier
Get modifier- Returns:
- modifier
-
setModifier
-
runAs
-
getRunAs
Get runAs- Returns:
- runAs
-
setRunAs
-
scheduleType
-
getScheduleType
Get scheduleType- Returns:
- scheduleType
-
setScheduleType
-
startDate
-
getStartDate
Get startDate- Returns:
- startDate
-
setStartDate
-
startTime
-
getStartTime
Get startTime- Returns:
- startTime
-
setStartTime
-
taskName
-
getTaskName
Get taskName- Returns:
- taskName
-
setTaskName
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the ScheduledTaskEntry instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ScheduledTaskEntry
-
fromJson
Create an instance of ScheduledTaskEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ScheduledTaskEntry
- Throws:
IOException- if the JSON string is invalid with respect to ScheduledTaskEntry
-
toJson
Convert an instance of ScheduledTaskEntry to an JSON string- Returns:
- JSON string
-