public class AssociateSubDeviceToGatewayProductRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getGatewayProductId()
Get 网关产品Id
|
String |
getSubDeviceProductId()
Get 子设备产品Id
|
void |
setGatewayProductId(String GatewayProductId)
Set 网关产品Id
|
void |
setSubDeviceProductId(String SubDeviceProductId)
Set 子设备产品Id
|
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 AssociateSubDeviceToGatewayProductRequest()
public AssociateSubDeviceToGatewayProductRequest(AssociateSubDeviceToGatewayProductRequest source)
public String getSubDeviceProductId()
public void setSubDeviceProductId(String SubDeviceProductId)
SubDeviceProductId
- 子设备产品Idpublic String getGatewayProductId()
public void setGatewayProductId(String GatewayProductId)
GatewayProductId
- 网关产品IdCopyright © 2021. All rights reserved.