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 Number of Accounts
|
Long |
getAccountNewCount()
Get New accounts today
|
Long |
getDatabaseCount()
Get Number of databases
|
Long |
getDatabaseNewCount()
Get New databases today
|
Long |
getMachineCount()
Get Number of Hosts
|
Long |
getMachineNewCount()
Get New hosts today
|
Long |
getPortCount()
Get Number of ports
|
Long |
getPortNewCount()
Get New ports today
|
Long |
getProcessCount()
Get Number of Processes
|
Long |
getProcessNewCount()
Get New processes today
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getSoftwareCount()
Get Number of software
|
Long |
getSoftwareNewCount()
Get New software today
|
Long |
getWebAppCount()
Get Number of web applications
|
Long |
getWebAppNewCount()
Get New web applications today
|
Long |
getWebFrameCount()
Get Number of web frameworks
|
Long |
getWebFrameNewCount()
Get New web frameworks today
|
Long |
getWebLocationCount()
Get Number of web sites
|
Long |
getWebLocationNewCount()
Get New web sites today
|
Long |
getWebServiceCount()
Get Number of web services
|
Long |
getWebServiceNewCount()
Get New web services today
|
void |
setAccountCount(Long AccountCount)
Set Number of Accounts
|
void |
setAccountNewCount(Long AccountNewCount)
Set New accounts today
|
void |
setDatabaseCount(Long DatabaseCount)
Set Number of databases
|
void |
setDatabaseNewCount(Long DatabaseNewCount)
Set New databases today
|
void |
setMachineCount(Long MachineCount)
Set Number of Hosts
|
void |
setMachineNewCount(Long MachineNewCount)
Set New hosts today
|
void |
setPortCount(Long PortCount)
Set Number of ports
|
void |
setPortNewCount(Long PortNewCount)
Set New ports today
|
void |
setProcessCount(Long ProcessCount)
Set Number of Processes
|
void |
setProcessNewCount(Long ProcessNewCount)
Set New processes today
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSoftwareCount(Long SoftwareCount)
Set Number of software
|
void |
setSoftwareNewCount(Long SoftwareNewCount)
Set New software today
|
void |
setWebAppCount(Long WebAppCount)
Set Number of web applications
|
void |
setWebAppNewCount(Long WebAppNewCount)
Set New web applications today
|
void |
setWebFrameCount(Long WebFrameCount)
Set Number of web frameworks
|
void |
setWebFrameNewCount(Long WebFrameNewCount)
Set New web frameworks today
|
void |
setWebLocationCount(Long WebLocationCount)
Set Number of web sites
|
void |
setWebLocationNewCount(Long WebLocationNewCount)
Set New web sites today
|
void |
setWebServiceCount(Long WebServiceCount)
Set Number of web services
|
void |
setWebServiceNewCount(Long WebServiceNewCount)
Set New web services today
|
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 DescribeAssetInfoResponse()
public DescribeAssetInfoResponse(DescribeAssetInfoResponse source)
public Long getMachineCount()
public void setMachineCount(Long MachineCount)
MachineCount
- Number of Hostspublic Long getAccountCount()
public void setAccountCount(Long AccountCount)
AccountCount
- Number of Accountspublic Long getPortCount()
public void setPortCount(Long PortCount)
PortCount
- Number of portspublic Long getProcessCount()
public void setProcessCount(Long ProcessCount)
ProcessCount
- Number of Processespublic Long getSoftwareCount()
public void setSoftwareCount(Long SoftwareCount)
SoftwareCount
- Number of softwarepublic Long getDatabaseCount()
public void setDatabaseCount(Long DatabaseCount)
DatabaseCount
- Number of databasespublic Long getWebAppCount()
public void setWebAppCount(Long WebAppCount)
WebAppCount
- Number of web applicationspublic Long getWebFrameCount()
public void setWebFrameCount(Long WebFrameCount)
WebFrameCount
- Number of web frameworkspublic Long getWebServiceCount()
public void setWebServiceCount(Long WebServiceCount)
WebServiceCount
- Number of web servicespublic Long getWebLocationCount()
public void setWebLocationCount(Long WebLocationCount)
WebLocationCount
- Number of web sitespublic Long getAccountNewCount()
public void setAccountNewCount(Long AccountNewCount)
AccountNewCount
- New accounts todaypublic Long getPortNewCount()
public void setPortNewCount(Long PortNewCount)
PortNewCount
- New ports todaypublic Long getProcessNewCount()
public void setProcessNewCount(Long ProcessNewCount)
ProcessNewCount
- New processes todaypublic Long getSoftwareNewCount()
public void setSoftwareNewCount(Long SoftwareNewCount)
SoftwareNewCount
- New software todaypublic Long getDatabaseNewCount()
public void setDatabaseNewCount(Long DatabaseNewCount)
DatabaseNewCount
- New databases todaypublic Long getWebAppNewCount()
public void setWebAppNewCount(Long WebAppNewCount)
WebAppNewCount
- New web applications todaypublic Long getWebFrameNewCount()
public void setWebFrameNewCount(Long WebFrameNewCount)
WebFrameNewCount
- New web frameworks todaypublic Long getWebServiceNewCount()
public void setWebServiceNewCount(Long WebServiceNewCount)
WebServiceNewCount
- New web services todaypublic Long getWebLocationNewCount()
public void setWebLocationNewCount(Long WebLocationNewCount)
WebLocationNewCount
- New web sites todaypublic Long getMachineNewCount()
public void setMachineNewCount(Long MachineNewCount)
MachineNewCount
- New hosts todaypublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.