public class DescribeAssetInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAssetInfoResponse() | 
| DescribeAssetInfoResponse(DescribeAssetInfoResponse 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 | 
|---|---|
| Long | getAccountCount()Get 账号数 | 
| Long | getAccountNewCount()Get 账号今日新增 | 
| Long | getDatabaseCount()Get 数据库数 | 
| Long | getDatabaseNewCount()Get 数据库今日新增 | 
| Long | getMachineCount()Get 主机数 | 
| Long | getMachineNewCount()Get 主机今日新增 | 
| Long | getPortCount()Get 端口数 | 
| Long | getPortNewCount()Get 端口今日新增 | 
| Long | getProcessCount()Get 进程数 | 
| Long | getProcessNewCount()Get 进程今日新增 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getSoftwareCount()Get 软件数 | 
| Long | getSoftwareNewCount()Get 软件今日新增 | 
| Long | getWebAppCount()Get Web应用数 | 
| Long | getWebAppNewCount()Get Web应用今日新增 | 
| Long | getWebFrameCount()Get Web框架数 | 
| Long | getWebFrameNewCount()Get Web框架今日新增 | 
| Long | getWebLocationCount()Get Web站点数 | 
| Long | getWebLocationNewCount()Get Web站点今日新增 | 
| Long | getWebServiceCount()Get Web服务数 | 
| Long | getWebServiceNewCount()Get Web服务今日新增 | 
| void | setAccountCount(Long AccountCount)Set 账号数 | 
| void | setAccountNewCount(Long AccountNewCount)Set 账号今日新增 | 
| void | setDatabaseCount(Long DatabaseCount)Set 数据库数 | 
| void | setDatabaseNewCount(Long DatabaseNewCount)Set 数据库今日新增 | 
| void | setMachineCount(Long MachineCount)Set 主机数 | 
| void | setMachineNewCount(Long MachineNewCount)Set 主机今日新增 | 
| void | setPortCount(Long PortCount)Set 端口数 | 
| void | setPortNewCount(Long PortNewCount)Set 端口今日新增 | 
| void | setProcessCount(Long ProcessCount)Set 进程数 | 
| void | setProcessNewCount(Long ProcessNewCount)Set 进程今日新增 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setSoftwareCount(Long SoftwareCount)Set 软件数 | 
| void | setSoftwareNewCount(Long SoftwareNewCount)Set 软件今日新增 | 
| void | setWebAppCount(Long WebAppCount)Set Web应用数 | 
| void | setWebAppNewCount(Long WebAppNewCount)Set Web应用今日新增 | 
| void | setWebFrameCount(Long WebFrameCount)Set Web框架数 | 
| void | setWebFrameNewCount(Long WebFrameNewCount)Set Web框架今日新增 | 
| void | setWebLocationCount(Long WebLocationCount)Set Web站点数 | 
| void | setWebLocationNewCount(Long WebLocationNewCount)Set Web站点今日新增 | 
| void | setWebServiceCount(Long WebServiceCount)Set Web服务数 | 
| void | setWebServiceNewCount(Long WebServiceNewCount)Set Web服务今日新增 | 
| 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 DescribeAssetInfoResponse()
public DescribeAssetInfoResponse(DescribeAssetInfoResponse source)
public Long getMachineCount()
public void setMachineCount(Long MachineCount)
MachineCount - 主机数public Long getAccountCount()
public void setAccountCount(Long AccountCount)
AccountCount - 账号数public Long getPortCount()
public void setPortCount(Long PortCount)
PortCount - 端口数public Long getProcessCount()
public void setProcessCount(Long ProcessCount)
ProcessCount - 进程数public Long getSoftwareCount()
public void setSoftwareCount(Long SoftwareCount)
SoftwareCount - 软件数public Long getDatabaseCount()
public void setDatabaseCount(Long DatabaseCount)
DatabaseCount - 数据库数public Long getWebAppCount()
public void setWebAppCount(Long WebAppCount)
WebAppCount - Web应用数public Long getWebFrameCount()
public void setWebFrameCount(Long WebFrameCount)
WebFrameCount - Web框架数public Long getWebServiceCount()
public void setWebServiceCount(Long WebServiceCount)
WebServiceCount - Web服务数public Long getWebLocationCount()
public void setWebLocationCount(Long WebLocationCount)
WebLocationCount - Web站点数public Long getAccountNewCount()
public void setAccountNewCount(Long AccountNewCount)
AccountNewCount - 账号今日新增public Long getPortNewCount()
public void setPortNewCount(Long PortNewCount)
PortNewCount - 端口今日新增public Long getProcessNewCount()
public void setProcessNewCount(Long ProcessNewCount)
ProcessNewCount - 进程今日新增public Long getSoftwareNewCount()
public void setSoftwareNewCount(Long SoftwareNewCount)
SoftwareNewCount - 软件今日新增public Long getDatabaseNewCount()
public void setDatabaseNewCount(Long DatabaseNewCount)
DatabaseNewCount - 数据库今日新增public Long getWebAppNewCount()
public void setWebAppNewCount(Long WebAppNewCount)
WebAppNewCount - Web应用今日新增public Long getWebFrameNewCount()
public void setWebFrameNewCount(Long WebFrameNewCount)
WebFrameNewCount - Web框架今日新增public Long getWebServiceNewCount()
public void setWebServiceNewCount(Long WebServiceNewCount)
WebServiceNewCount - Web服务今日新增public Long getWebLocationNewCount()
public void setWebLocationNewCount(Long WebLocationNewCount)
WebLocationNewCount - Web站点今日新增public Long getMachineNewCount()
public void setMachineNewCount(Long MachineNewCount)
MachineNewCount - 主机今日新增public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.