public static final class DescribePropertyScaItemRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyScaItemRequest.Builder |
biz(String biz)
The type of the asset fingerprint that you want to query.
|
DescribePropertyScaItemRequest |
build() |
DescribePropertyScaItemRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyScaItemRequest.Builder |
forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query.
|
DescribePropertyScaItemRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribePropertyScaItemRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyScaItemRequest.Builder |
searchInfo(String searchInfo)
The search keyword.
|
DescribePropertyScaItemRequest.Builder |
searchItem(String searchItem)
The type of the search condition.
|
public DescribePropertyScaItemRequest.Builder biz(String biz)
The type of the asset fingerprint that you want to query. Default value: sca. Valid values:
example:If you do not specify this parameter, the default value sca is used, which indicates that middleware fingerprints are queried.
sca
public DescribePropertyScaItemRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribePropertyScaItemRequest.Builder forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query. Valid values:
false
public DescribePropertyScaItemRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public DescribePropertyScaItemRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribePropertyScaItemRequest.Builder searchInfo(String searchInfo)
The search keyword. You must specify this parameter based on the value of the SearchItem parameter.
If the SearchItem parameter is set to name, you must enter the name of an asset fingerprint.
If the SearchItem parameter is set to type, you must enter the type of an asset fingerprint. Valid values:
example:You must specify both the SearchItem and SearchInfo parameters before you can query the asset fingerprints based on the specified name or type.
system_service
public DescribePropertyScaItemRequest.Builder searchItem(String searchItem)
The type of the search condition. Valid values:
example:You must specify both the SearchItem and SearchInfo parameters before you can query the asset fingerprints based on the specified name or type.
type
public DescribePropertyScaItemRequest build()
Copyright © 2026. All rights reserved.