public static final class GetAssetsPropertyDetailRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetAssetsPropertyDetailRequest.Builder |
biz(String biz)
The type of the asset fingerprint that you want to query.
|
GetAssetsPropertyDetailRequest |
build() |
GetAssetsPropertyDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
GetAssetsPropertyDetailRequest.Builder |
itemName(String itemName)
The name of the aggregation item for the asset fingerprint that you want to query.
|
GetAssetsPropertyDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetAssetsPropertyDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
GetAssetsPropertyDetailRequest.Builder |
remark(String remark)
The name or IP address of the server.
|
GetAssetsPropertyDetailRequest.Builder |
searchCriteriaList(List<GetAssetsPropertyDetailRequest.SearchCriteriaList> searchCriteriaList)
The conditions that are used to query the details about the asset fingerprint.
|
GetAssetsPropertyDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public GetAssetsPropertyDetailRequest.Builder biz(String biz)
* **lkm**: kernel module * **autorun**: startup item * **web_server**: website
public GetAssetsPropertyDetailRequest.Builder currentPage(Integer currentPage)
public GetAssetsPropertyDetailRequest.Builder itemName(String itemName)
> You can call the [GetAssetsPropertyItem](~~GetAssetsPropertyItem~~) operation to query the names of aggregation items.
public GetAssetsPropertyDetailRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public GetAssetsPropertyDetailRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public GetAssetsPropertyDetailRequest.Builder remark(String remark)
public GetAssetsPropertyDetailRequest.Builder searchCriteriaList(List<GetAssetsPropertyDetailRequest.SearchCriteriaList> searchCriteriaList)
public GetAssetsPropertyDetailRequest.Builder uuid(String uuid)
> You can call the [DescribeCloudCenterInstances](~~DescribeCloudCenterInstances~~) operation to query the UUIDs of servers.
public GetAssetsPropertyDetailRequest build()
Copyright © 2023. All rights reserved.