Package com.influxdb.client.domain
Class ScriptCreateRequest
java.lang.Object
com.influxdb.client.domain.ScriptCreateRequest
ScriptCreateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptionGet languagegetName()The name of the script.The script to execute.inthashCode()language(ScriptLanguage language) voidsetDescription(String description) voidsetLanguage(ScriptLanguage language) voidvoidtoString()
-
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
-