public class Insert extends Object
| Constructor and Description |
|---|
Insert() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
Font |
getFont() |
String |
getKey() |
Layout |
getLayout() |
String |
getText() |
Timeline |
getTimeline() |
String |
getType() |
void |
setBucket(String bucket) |
void |
setFont(Font font) |
void |
setKey(String key) |
void |
setLayout(Layout layout) |
void |
setText(String text) |
void |
setTimeline(Timeline timeline) |
void |
setType(String type) |
String |
toString() |
Insert |
withBucket(String bucket) |
Insert |
withFont(Font font) |
Insert |
withKey(String key) |
Insert |
withLayout(Layout layout) |
Insert |
withText(String text) |
Insert |
withTimeline(Timeline timeline) |
Insert |
withType(String type) |
public String getBucket()
public void setBucket(String bucket)
public String getKey()
public void setKey(String key)
public String getType()
public void setType(String type)
public String getText()
public void setText(String text)
public Font getFont()
public void setFont(Font font)
public Timeline getTimeline()
public void setTimeline(Timeline timeline)
public Layout getLayout()
public void setLayout(Layout layout)
Copyright © 2022. All rights reserved.