public static final class GetAssetsPropertyItemRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAssetsPropertyItemRequest.Builder |
biz(String biz)
The type of the asset fingerprint that you want to query.
|
GetAssetsPropertyItemRequest |
build() |
GetAssetsPropertyItemRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
GetAssetsPropertyItemRequest.Builder |
forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query.
|
GetAssetsPropertyItemRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetAssetsPropertyItemRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
GetAssetsPropertyItemRequest.Builder |
searchInfo(String searchInfo)
The value of the search condition.
|
GetAssetsPropertyItemRequest.Builder |
searchItem(String searchItem)
The type of the search condition.
|
public GetAssetsPropertyItemRequest.Builder biz(String biz)
The type of the asset fingerprint that you want to query. Default value: sca. Valid values:
This parameter is required.
example:lkm
public GetAssetsPropertyItemRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public GetAssetsPropertyItemRequest.Builder forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query. Valid values:
false
public GetAssetsPropertyItemRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public GetAssetsPropertyItemRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public GetAssetsPropertyItemRequest.Builder searchInfo(String searchInfo)
The value of the search condition. You must specify this parameter based on the value of the SearchItem parameter.
example:You must specify both the SearchItem and SearchInfo parameters before you can query the information about asset fingerprints by asset fingerprint name.
/lib/systemd/s****
public GetAssetsPropertyItemRequest.Builder searchItem(String searchItem)
The type of the search condition. You must specify this parameter based on the value of the Biz parameter. Valid values:
If you set Biz to web_server, set SearchItem to the following value:
If you set Biz to lkm, set SearchItem to the following value:
If you set Biz to autorun, set SearchItem to the following value:
example:You must specify both the SearchItem and SearchInfo parameters before you can query the information about asset fingerprints by asset fingerprint name.
path
public GetAssetsPropertyItemRequest build()
Copyright © 2026. All rights reserved.