public class TemplateExportByIDResourceFilters extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BY_LABEL |
static String |
SERIALIZED_NAME_BY_RESOURCE_KIND |
| Constructor and Description |
|---|
TemplateExportByIDResourceFilters() |
| Modifier and Type | Method and Description |
|---|---|
TemplateExportByIDResourceFilters |
addByLabelItem(String byLabelItem) |
TemplateExportByIDResourceFilters |
addByResourceKindItem(TemplateKind byResourceKindItem) |
TemplateExportByIDResourceFilters |
byLabel(List<String> byLabel) |
TemplateExportByIDResourceFilters |
byResourceKind(List<TemplateKind> byResourceKind) |
boolean |
equals(Object o) |
List<String> |
getByLabel()
Get byLabel
|
List<TemplateKind> |
getByResourceKind()
Get byResourceKind
|
int |
hashCode() |
void |
setByLabel(List<String> byLabel) |
void |
setByResourceKind(List<TemplateKind> byResourceKind) |
String |
toString() |
public static final String SERIALIZED_NAME_BY_LABEL
public static final String SERIALIZED_NAME_BY_RESOURCE_KIND
public TemplateExportByIDResourceFilters byLabel(List<String> byLabel)
public TemplateExportByIDResourceFilters addByLabelItem(String byLabelItem)
public TemplateExportByIDResourceFilters byResourceKind(List<TemplateKind> byResourceKind)
public TemplateExportByIDResourceFilters addByResourceKindItem(TemplateKind byResourceKindItem)
public List<TemplateKind> getByResourceKind()
public void setByResourceKind(List<TemplateKind> byResourceKind)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.