public class TaskAssetObject extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskAssetObject() |
TaskAssetObject(TaskAssetObject source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getArn()
Get The ID specific for an asset synched from another cloud platform
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getAsset()
Get IP, domain name, asset ID, database ID, and more
|
String |
getAssetName()
Get Asset name
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getAssetType()
Get Asset sub-category
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getInstanceType()
Get Asset category
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getRegion()
Get Region
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setArn(String Arn)
Set The ID specific for an asset synched from another cloud platform
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAsset(String Asset)
Set IP, domain name, asset ID, database ID, and more
|
void |
setAssetName(String AssetName)
Set Asset name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetType(String AssetType)
Set Asset sub-category
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setInstanceType(String InstanceType)
Set Asset category
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set Region
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskAssetObject()
public TaskAssetObject(TaskAssetObject source)
public String getAssetName()
public void setAssetName(String AssetName)
AssetName
- Asset name
Note: This field may return·null, indicating that no valid values can be obtained.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Asset category
Note: This field may return·null, indicating that no valid values can be obtained.public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- Asset sub-category
Note: This field may return·null, indicating that no valid values can be obtained.public String getAsset()
public void setAsset(String Asset)
Asset
- IP, domain name, asset ID, database ID, and morepublic String getRegion()
public void setRegion(String Region)
Region
- Region
Note: This field may return·null, indicating that no valid values can be obtained.public String getArn()
public void setArn(String Arn)
Arn
- The ID specific for an asset synched from another cloud platform
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.