Package com.influxdb.client.domain
Class ScriptCreateRequest
java.lang.Object
com.influxdb.client.domain.ScriptCreateRequest
ScriptCreateRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Get descriptionGet languagegetName()
The name of the script.The script to execute.int
hashCode()
language
(ScriptLanguage language) void
setDescription
(String description) void
setLanguage
(ScriptLanguage language) void
void
toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_SCRIPT
- See Also:
-
SERIALIZED_NAME_LANGUAGE
- See Also:
-
-
Constructor Details
-
ScriptCreateRequest
public ScriptCreateRequest()
-
-
Method Details
-
name
-
getName
The name of the script. The name must be unique within the organization.- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
script
-
getScript
The script to execute.- Returns:
- script
-
setScript
-
language
-
getLanguage
Get language- Returns:
- language
-
setLanguage
-
equals
-
hashCode
public int hashCode() -
toString
-