public class LayoutContentOptionsImpl extends JsonBean implements LayoutContentOptions
Constructor and Description |
---|
LayoutContentOptionsImpl() |
LayoutContentOptionsImpl(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentName() |
List<LayoutContentOptions> |
getContent() |
org.json.JSONObject |
getJson()
Gets the underlying JSONObject
|
String |
getType() |
void |
setComponentName(String componentName) |
void |
setContent(LayoutContentOptions... contentOptions) |
void |
setContent(List<LayoutContentOptions> content) |
void |
setType(String type) |
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
public LayoutContentOptionsImpl()
public LayoutContentOptionsImpl(org.json.JSONObject json)
public String getType()
getType
in interface LayoutContentOptions
public void setType(String type)
public String getComponentName()
public void setComponentName(String componentName)
public List<LayoutContentOptions> getContent()
getContent
in interface LayoutContentOptions
public void setContent(LayoutContentOptions... contentOptions)
public void setContent(List<LayoutContentOptions> content)
Copyright © 2022. All rights reserved.