public class ResourceListInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ResourceListInfo()  | 
ResourceListInfo(ResourceListInfo 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 | 
getComplianceResult()
Get Compliance status. 
 | 
String | 
getResourceCreateTime()
Get Resource creation time
Note: This field may return null, indicating that no valid value is found. 
 | 
Long | 
getResourceDelete()
Get 1: Deleted. 
 | 
String | 
getResourceId()
Get Resource ID 
 | 
String | 
getResourceName()
Get Resource name 
 | 
String | 
getResourceRegion()
Get Region
Note: This field may return null, indicating that no valid value is found. 
 | 
String | 
getResourceStatus()
Get Resource Status
Note: This field may return null, indicating that no valid value is found. 
 | 
String | 
getResourceType()
Get Resource type 
 | 
String | 
getResourceZone()
Get Availability zone
Note: This field may return null, indicating that no valid value is found. 
 | 
Tag[] | 
getTags()
Get Tag information
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setComplianceResult(String ComplianceResult)
Set Compliance status. 
 | 
void | 
setResourceCreateTime(String ResourceCreateTime)
Set Resource creation time
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setResourceDelete(Long ResourceDelete)
Set 1: Deleted. 
 | 
void | 
setResourceId(String ResourceId)
Set Resource ID 
 | 
void | 
setResourceName(String ResourceName)
Set Resource name 
 | 
void | 
setResourceRegion(String ResourceRegion)
Set Region
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setResourceStatus(String ResourceStatus)
Set Resource Status
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setResourceType(String ResourceType)
Set Resource type 
 | 
void | 
setResourceZone(String ResourceZone)
Set Availability zone
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setTags(Tag[] Tags)
Set Tag information
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ResourceListInfo()
public ResourceListInfo(ResourceListInfo source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Resource typepublic String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - Resource namepublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource IDpublic String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion - Region
Note: This field may return null, indicating that no valid value is found.public String getResourceStatus()
public void setResourceStatus(String ResourceStatus)
ResourceStatus - Resource Status
Note: This field may return null, indicating that no valid value is found.public Long getResourceDelete()
public void setResourceDelete(Long ResourceDelete)
ResourceDelete - 1: Deleted. 2: Not deleted.
Note: This field may return null, indicating that no valid value is found.public String getResourceCreateTime()
public void setResourceCreateTime(String ResourceCreateTime)
ResourceCreateTime - Resource creation time
Note: This field may return null, indicating that no valid value is found.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag information
Note: This field may return null, indicating that no valid value is found.public String getResourceZone()
public void setResourceZone(String ResourceZone)
ResourceZone - Availability zone
Note: This field may return null, indicating that no valid value is found.public String getComplianceResult()
public void setComplianceResult(String ComplianceResult)
ComplianceResult - Compliance status.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.