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