public class MarkdownViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkdownViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
MarkdownViewProperties.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
MarkdownViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNote()
Get note
|
MarkdownViewProperties.ShapeEnum |
getShape()
Get shape
|
MarkdownViewProperties.TypeEnum |
getType()
Get type
|
int |
hashCode() |
MarkdownViewProperties |
note(String note) |
void |
setNote(String note) |
String |
toString() |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SHAPE
public static final String SERIALIZED_NAME_NOTE
public MarkdownViewProperties.TypeEnum getType()
public MarkdownViewProperties.ShapeEnum getShape()
public MarkdownViewProperties note(String note)
public String getNote()
public void setNote(String note)
public boolean equals(Object o)
equals in class ViewPropertiespublic int hashCode()
hashCode in class ViewPropertiespublic String toString()
toString in class ViewPropertiesCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.