Class AssociateSubDeviceToGatewayProductRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.AssociateSubDeviceToGatewayProductRequest
-
public class AssociateSubDeviceToGatewayProductRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssociateSubDeviceToGatewayProductRequest()
AssociateSubDeviceToGatewayProductRequest(AssociateSubDeviceToGatewayProductRequest 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 String
getGatewayProductId()
Get 网关产品IdString
getSubDeviceProductId()
Get 子设备产品Idvoid
setGatewayProductId(String GatewayProductId)
Set 网关产品Idvoid
setSubDeviceProductId(String SubDeviceProductId)
Set 子设备产品Idvoid
toMap(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
-
AssociateSubDeviceToGatewayProductRequest
public AssociateSubDeviceToGatewayProductRequest()
-
AssociateSubDeviceToGatewayProductRequest
public AssociateSubDeviceToGatewayProductRequest(AssociateSubDeviceToGatewayProductRequest 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
-
getSubDeviceProductId
public String getSubDeviceProductId()
Get 子设备产品Id- Returns:
- SubDeviceProductId 子设备产品Id
-
setSubDeviceProductId
public void setSubDeviceProductId(String SubDeviceProductId)
Set 子设备产品Id- Parameters:
SubDeviceProductId
- 子设备产品Id
-
getGatewayProductId
public String getGatewayProductId()
Get 网关产品Id- Returns:
- GatewayProductId 网关产品Id
-
setGatewayProductId
public void setGatewayProductId(String GatewayProductId)
Set 网关产品Id- Parameters:
GatewayProductId
- 网关产品Id
-
-