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 to return on each 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)
* **lkm**: kernel module * **autorun**: startup item * **web_server**: website
public GetAssetsPropertyItemRequest.Builder currentPage(Integer currentPage)
public GetAssetsPropertyItemRequest.Builder forceFlush(Boolean forceFlush)
* **true**: yes * **false**: no
public GetAssetsPropertyItemRequest.Builder lang(String lang)
* zh: Chinese * en: English
public GetAssetsPropertyItemRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public GetAssetsPropertyItemRequest.Builder searchInfo(String searchInfo)
* If you set **SearchItem** to **domain**, you must enter the domain name. * If you set **SearchItem** to **module_name**, you must enter the module name. * If you set **SearchItem** to **path**, you must enter the path to the self-starting item. > You must specify both the **SearchItem** and **SearchInfo** parameters before you can query the information about asset fingerprints by asset fingerprint name.
public GetAssetsPropertyItemRequest.Builder searchItem(String searchItem)
* If you set **Biz** to **web_server**, set **SearchItem** to the following value: * **domain**: the domain name * If you set **Biz** to **lkm**, set **SearchItem** to the following value: * **module_name**: the name of the module * If you set **Biz** to **autorun**, set **SearchItem** to the following value: * **path**: the path to the self-starting item > You must specify both the **SearchItem** and **SearchInfo** parameters before you can query the information about asset fingerprints by asset fingerprint name.
public GetAssetsPropertyItemRequest build()
Copyright © 2023. All rights reserved.