public class CreativeNativeStylePreview extends Object
NativeStyle of a Creative and its corresponding preview URL.
Java class for CreativeNativeStylePreview complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreativeNativeStylePreview">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nativeStyleId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="previewUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
nativeStyleId |
protected String |
previewUrl |
| Constructor and Description |
|---|
CreativeNativeStylePreview() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getNativeStyleId()
Gets the value of the nativeStyleId property.
|
String |
getPreviewUrl()
Gets the value of the previewUrl property.
|
void |
setNativeStyleId(Long value)
Sets the value of the nativeStyleId property.
|
void |
setPreviewUrl(String value)
Sets the value of the previewUrl property.
|
public Long getNativeStyleId()
Longpublic void setNativeStyleId(Long value)
value - allowed object is
Longpublic String getPreviewUrl()
StringCopyright © 2018. All Rights Reserved.