public class AnalyticsCloudComponentLayoutItem extends Object
Java class for AnalyticsCloudComponentLayoutItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalyticsCloudComponentLayoutItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="devName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="hideOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showTitle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assetType |
protected String |
devName |
protected String |
error |
protected String |
filter |
protected Integer |
height |
protected Boolean |
hideOnError |
protected Boolean |
showTitle |
protected String |
width |
| Constructor and Description |
|---|
AnalyticsCloudComponentLayoutItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetType()
Gets the value of the assetType property.
|
String |
getDevName()
Gets the value of the devName property.
|
String |
getError()
Gets the value of the error property.
|
String |
getFilter()
Gets the value of the filter property.
|
Integer |
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 |
setAssetType(String value)
Sets the value of the assetType property.
|
void |
setDevName(String value)
Sets the value of the devName 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(Integer 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.
|
protected String assetType
protected String devName
protected String error
protected String filter
protected Integer height
protected Boolean hideOnError
protected Boolean showTitle
protected String width
public String getAssetType()
Stringpublic void setAssetType(String value)
value - allowed object is
Stringpublic String getDevName()
Stringpublic void setDevName(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Boolean isHideOnError()
Booleanpublic void setHideOnError(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowTitle()
Booleanpublic void setShowTitle(Boolean value)
value - allowed object is
Booleanpublic String getWidth()
StringCopyright © 2016. All rights reserved.