public class AggregateResourceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AggregateResourceInfo()  | 
AggregateResourceInfo(AggregateResourceInfo 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
Note: This field may return null, indicating that no valid value is found. 
 | 
String | 
getResourceCreateTime()
Get Resource creation time
Note: This field may return null, indicating that no valid value is found. 
 | 
Long | 
getResourceDelete()
Get Whether to delete. 
 | 
String | 
getResourceId()
Get Resource ID 
 | 
String | 
getResourceName()
Get Resource name 
 | 
Long | 
getResourceOwnerId()
Get Resource owner uid 
 | 
String | 
getResourceOwnerName()
Get User nickname
Note: This field may return null, indicating that no valid value is found. 
 | 
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
Note: This field may return null, indicating that no valid value is found. 
 | 
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 Whether to delete. 
 | 
void | 
setResourceId(String ResourceId)
Set Resource ID 
 | 
void | 
setResourceName(String ResourceName)
Set Resource name 
 | 
void | 
setResourceOwnerId(Long ResourceOwnerId)
Set Resource owner uid 
 | 
void | 
setResourceOwnerName(String ResourceOwnerName)
Set User nickname
Note: This field may return null, indicating that no valid value is found. 
 | 
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 AggregateResourceInfo()
public AggregateResourceInfo(AggregateResourceInfo 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 - Whether to delete. 1: Deleted; 0: 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.public Long getResourceOwnerId()
public void setResourceOwnerId(Long ResourceOwnerId)
ResourceOwnerId - Resource owner uidpublic String getResourceOwnerName()
public void setResourceOwnerName(String ResourceOwnerName)
ResourceOwnerName - User nickname
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.