Package com.influxdb.client.domain
Class TaskCreateRequest
java.lang.Object
com.influxdb.client.domain.TaskCreateRequest
TaskCreateRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
An optional description of the task.getFlux()
The Flux script to run for this task.getOrg()
The name of the organization that owns this Task.getOrgID()
The ID of the organization that owns this Task.Get statusint
hashCode()
void
setDescription
(String description) void
void
void
void
setStatus
(TaskStatusType status) status
(TaskStatusType status) toString()
-
Field Details
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_ORG
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_FLUX
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
TaskCreateRequest
public TaskCreateRequest()
-
-
Method Details
-
orgID
-
getOrgID
The ID of the organization that owns this Task.- Returns:
- orgID
-
setOrgID
-
org
-
getOrg
The name of the organization that owns this Task.- Returns:
- org
-
setOrg
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
flux
-
getFlux
The Flux script to run for this task.- Returns:
- flux
-
setFlux
-
description
-
getDescription
An optional description of the task.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-