public class DescribeZonesRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeZonesRequest() |
DescribeZonesRequest(DescribeZonesRequest 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 |
|---|---|
String |
getProduct()
Get Name of the product to be queried, such as cvm.
|
Long |
getScene()
Get No input or 0 means no query [optional business allowlist], 1 means query [optional business allowlist].
|
void |
setProduct(String Product)
Set Name of the product to be queried, such as cvm.
|
void |
setScene(Long Scene)
Set No input or 0 means no query [optional business allowlist], 1 means query [optional business allowlist].
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeZonesRequest()
public DescribeZonesRequest(DescribeZonesRequest source)
public String getProduct()
public void setProduct(String Product)
Product - Name of the product to be queried, such as cvm. for specific value, query the DescribeProducts api.public Long getScene()
public void setScene(Long Scene)
Scene - No input or 0 means no query [optional business allowlist], 1 means query [optional business allowlist]. if this parameter is set to 1, the allowlist will only be queried when no result is found in the business allowlist.Copyright © 2025. All rights reserved.