public class DescribeDeviceClassRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeviceClassRequest() |
DescribeDeviceClassRequest(DescribeDeviceClassRequest 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 |
---|---|
Long |
getNeedPriceInfo()
Get 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1
|
Long |
getOnSale()
Get 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1
|
void |
setNeedPriceInfo(Long NeedPriceInfo)
Set 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1
|
void |
setOnSale(Long OnSale)
Set 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDeviceClassRequest()
public DescribeDeviceClassRequest(DescribeDeviceClassRequest source)
public Long getOnSale()
public void setOnSale(Long OnSale)
OnSale
- 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1public Long getNeedPriceInfo()
public void setNeedPriceInfo(Long NeedPriceInfo)
NeedPriceInfo
- 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1Copyright © 2021. All rights reserved.