public class AnalyticsCloudComponent extends DescribeLayoutComponent
Java class for AnalyticsCloudComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalyticsCloudComponent">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}DescribeLayoutComponent">
<sequence>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="hideOnError" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="showTitle" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
error |
protected String |
filter |
protected int |
height |
protected boolean |
hideOnError |
protected boolean |
showTitle |
protected String |
width |
displayLines, tabOrder, type, value| Constructor and Description |
|---|
AnalyticsCloudComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets the value of the error property.
|
String |
getFilter()
Gets the value of the filter property.
|
int |
getHeight()
Gets the value of the height property.
|
String |
getWidth()
Gets the value of the width property.
|
boolean |
isHideOnError()
Gets the value of the hideOnError property.
|
boolean |
isShowTitle()
Gets the value of the showTitle property.
|
void |
setError(String value)
Sets the value of the error property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setHideOnError(boolean value)
Sets the value of the hideOnError property.
|
void |
setShowTitle(boolean value)
Sets the value of the showTitle property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueprotected String error
protected String filter
protected int height
protected boolean hideOnError
protected boolean showTitle
protected String width
public String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic int getHeight()
public void setHeight(int value)
public boolean isHideOnError()
public void setHideOnError(boolean value)
public boolean isShowTitle()
public void setShowTitle(boolean value)
public String getWidth()
StringCopyright © 2016. All rights reserved.