public class Asset extends Object
Java class for Asset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Asset">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="assetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assetSubtype" type="{https://adwords.google.com/api/adwords/cm/v201809}Asset.Type" minOccurs="0"/>
<element name="assetStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}AssetStatus" minOccurs="0"/>
<element name="Asset.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
assetId |
protected String |
assetName |
protected AssetStatus |
assetStatus |
protected AssetType |
assetSubtype |
protected String |
assetType |
| Constructor and Description |
|---|
Asset() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAssetId()
Gets the value of the assetId property.
|
String |
getAssetName()
Gets the value of the assetName property.
|
AssetStatus |
getAssetStatus()
Gets the value of the assetStatus property.
|
AssetType |
getAssetSubtype()
Gets the value of the assetSubtype property.
|
String |
getAssetType()
Gets the value of the assetType property.
|
void |
setAssetId(Long value)
Sets the value of the assetId property.
|
void |
setAssetName(String value)
Sets the value of the assetName property.
|
void |
setAssetStatus(AssetStatus value)
Sets the value of the assetStatus property.
|
void |
setAssetSubtype(AssetType value)
Sets the value of the assetSubtype property.
|
void |
setAssetType(String value)
Sets the value of the assetType property.
|
protected Long assetId
protected String assetName
protected AssetType assetSubtype
protected AssetStatus assetStatus
protected String assetType
public Long getAssetId()
Longpublic void setAssetId(Long value)
value - allowed object is
Longpublic String getAssetName()
Stringpublic void setAssetName(String value)
value - allowed object is
Stringpublic AssetType getAssetSubtype()
AssetTypepublic void setAssetSubtype(AssetType value)
value - allowed object is
AssetTypepublic AssetStatus getAssetStatus()
AssetStatuspublic void setAssetStatus(AssetStatus value)
value - allowed object is
AssetStatuspublic String getAssetType()
StringCopyright © 2023. All rights reserved.