public class BindProductsRequest extends AbstractModel
| Constructor and Description |
|---|
BindProductsRequest() |
BindProductsRequest(BindProductsRequest 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[] |
getProductIds()
Get 待绑定的子产品ID数组。
|
void |
setGatewayProductId(String GatewayProductId)
Set 网关产品ID。
|
void |
setProductIds(String[] ProductIds)
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, toJsonStringpublic BindProductsRequest()
public BindProductsRequest(BindProductsRequest source)
public String getGatewayProductId()
public void setGatewayProductId(String GatewayProductId)
GatewayProductId - 网关产品ID。public String[] getProductIds()
public void setProductIds(String[] ProductIds)
ProductIds - 待绑定的子产品ID数组。Copyright © 2022. All rights reserved.