public class DocumentMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TEMPLATE_I_D |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_UPDATED_AT |
static String |
SERIALIZED_NAME_VERSION |
| Constructor and Description |
|---|
DocumentMeta() |
| Modifier and Type | Method and Description |
|---|---|
DocumentMeta |
description(String description) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
String |
getTemplateID()
Get templateID
|
String |
getType()
Get type
|
OffsetDateTime |
getUpdatedAt()
Get updatedAt
|
String |
getVersion()
Get version
|
int |
hashCode() |
DocumentMeta |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTemplateID(String templateID) |
void |
setType(String type) |
void |
setVersion(String version) |
DocumentMeta |
templateID(String templateID) |
String |
toString() |
DocumentMeta |
type(String type) |
DocumentMeta |
version(String version) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TEMPLATE_I_D
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public DocumentMeta name(String name)
public String getName()
public void setName(String name)
public DocumentMeta type(String type)
public String getType()
public void setType(String type)
public DocumentMeta templateID(String templateID)
public String getTemplateID()
public void setTemplateID(String templateID)
public DocumentMeta description(String description)
public String getDescription()
public void setDescription(String description)
public DocumentMeta version(String version)
public String getVersion()
public void setVersion(String version)
public OffsetDateTime getCreatedAt()
public OffsetDateTime getUpdatedAt()
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.