Class DescribeDeviceClassRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.DescribeDeviceClassRequest
-
public class DescribeDeviceClassRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetNeedPriceInfo()Get 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1LonggetOnSale()Get 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1voidsetNeedPriceInfo(Long NeedPriceInfo)Set 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1voidsetOnSale(Long OnSale)Set 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDeviceClassRequest
public DescribeDeviceClassRequest()
-
DescribeDeviceClassRequest
public 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.
-
-
Method Detail
-
getOnSale
public Long getOnSale()
Get 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1- Returns:
- OnSale 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1
-
setOnSale
public void setOnSale(Long OnSale)
Set 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1- Parameters:
OnSale- 是否仅查询在售标准机型配置信息。取值0:查询所有机型;1:查询在售机型。默认为1
-
getNeedPriceInfo
public Long getNeedPriceInfo()
Get 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1- Returns:
- NeedPriceInfo 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1
-
setNeedPriceInfo
public void setNeedPriceInfo(Long NeedPriceInfo)
Set 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1- Parameters:
NeedPriceInfo- 是否返回价格信息。取值0:不返回价格信息,接口返回速度更快;1:返回价格信息。默认为1
-
-