public class TextAssetSuggestions extends Object
Java class for TextAssetSuggestions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextAssetSuggestions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FinalUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TextAssets" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
finalUrl |
protected ArrayOfstring |
textAssets |
| Constructor and Description |
|---|
TextAssetSuggestions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFinalUrl()
Gets the value of the finalUrl property.
|
ArrayOfstring |
getTextAssets()
Gets the value of the textAssets property.
|
void |
setFinalUrl(String value)
Sets the value of the finalUrl property.
|
void |
setTextAssets(ArrayOfstring value)
Sets the value of the textAssets property.
|
protected String finalUrl
protected ArrayOfstring textAssets
public String getFinalUrl()
Stringpublic void setFinalUrl(String value)
value - allowed object is
Stringpublic ArrayOfstring getTextAssets()
ArrayOfstringpublic void setTextAssets(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2024. All rights reserved.