public class TemplateApplyTemplate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTENT_TYPE |
static String |
SERIALIZED_NAME_CONTENTS |
static String |
SERIALIZED_NAME_SOURCES |
| Constructor and Description |
|---|
TemplateApplyTemplate() |
| Modifier and Type | Method and Description |
|---|---|
TemplateApplyTemplate |
addContentsItem(Object contentsItem) |
TemplateApplyTemplate |
addSourcesItem(String sourcesItem) |
TemplateApplyTemplate |
contents(List<Object> contents) |
TemplateApplyTemplate |
contentType(String contentType) |
boolean |
equals(Object o) |
List<Object> |
getContents()
Get contents
|
String |
getContentType()
Get contentType
|
List<String> |
getSources()
Get sources
|
int |
hashCode() |
void |
setContents(List<Object> contents) |
void |
setContentType(String contentType) |
void |
setSources(List<String> sources) |
TemplateApplyTemplate |
sources(List<String> sources) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTENT_TYPE
public static final String SERIALIZED_NAME_SOURCES
public static final String SERIALIZED_NAME_CONTENTS
public TemplateApplyTemplate contentType(String contentType)
public String getContentType()
public void setContentType(String contentType)
public TemplateApplyTemplate sources(List<String> sources)
public TemplateApplyTemplate addSourcesItem(String sourcesItem)
public TemplateApplyTemplate contents(List<Object> contents)
public TemplateApplyTemplate addContentsItem(Object contentsItem)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.