Class DescribeGatewayBindDevicesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.DescribeGatewayBindDevicesRequest
-
public class DescribeGatewayBindDevicesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeGatewayBindDevicesRequest()DescribeGatewayBindDevicesRequest(DescribeGatewayBindDevicesRequest 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 StringgetGatewayDeviceName()Get 网关设备的设备名StringgetGatewayProductId()Get 网关设备的产品IDLonggetLimit()Get 分页的页大小LonggetOffset()Get 偏移量,Offset从0开始StringgetProductId()Get LoRa产品的IDvoidsetGatewayDeviceName(String GatewayDeviceName)Set 网关设备的设备名voidsetGatewayProductId(String GatewayProductId)Set 网关设备的产品IDvoidsetLimit(Long Limit)Set 分页的页大小voidsetOffset(Long Offset)Set 偏移量,Offset从0开始voidsetProductId(String ProductId)Set LoRa产品的IDvoidtoMap(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
-
DescribeGatewayBindDevicesRequest
public DescribeGatewayBindDevicesRequest()
-
DescribeGatewayBindDevicesRequest
public DescribeGatewayBindDevicesRequest(DescribeGatewayBindDevicesRequest 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
-
getGatewayProductId
public String getGatewayProductId()
Get 网关设备的产品ID- Returns:
- GatewayProductId 网关设备的产品ID
-
setGatewayProductId
public void setGatewayProductId(String GatewayProductId)
Set 网关设备的产品ID- Parameters:
GatewayProductId- 网关设备的产品ID
-
getGatewayDeviceName
public String getGatewayDeviceName()
Get 网关设备的设备名- Returns:
- GatewayDeviceName 网关设备的设备名
-
setGatewayDeviceName
public void setGatewayDeviceName(String GatewayDeviceName)
Set 网关设备的设备名- Parameters:
GatewayDeviceName- 网关设备的设备名
-
getOffset
public Long getOffset()
Get 偏移量,Offset从0开始- Returns:
- Offset 偏移量,Offset从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,Offset从0开始- Parameters:
Offset- 偏移量,Offset从0开始
-
getLimit
public Long getLimit()
Get 分页的页大小- Returns:
- Limit 分页的页大小
-
setLimit
public void setLimit(Long Limit)
Set 分页的页大小- Parameters:
Limit- 分页的页大小
-
getProductId
public String getProductId()
Get LoRa产品的ID- Returns:
- ProductId LoRa产品的ID
-
setProductId
public void setProductId(String ProductId)
Set LoRa产品的ID- Parameters:
ProductId- LoRa产品的ID
-
-