public class UpdateProductDynamicRegisterRequest extends AbstractModel
Constructor and Description |
---|
UpdateProductDynamicRegisterRequest() |
UpdateProductDynamicRegisterRequest(UpdateProductDynamicRegisterRequest 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 |
getProductId()
Get Product ID
|
Long |
getRegisterLimit()
Get Maximum dynamically registered devices
|
Long |
getRegisterType()
Get Dynamic registration type.
|
void |
setProductId(String ProductId)
Set Product ID
|
void |
setRegisterLimit(Long RegisterLimit)
Set Maximum dynamically registered devices
|
void |
setRegisterType(Long RegisterType)
Set Dynamic registration type.
|
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 UpdateProductDynamicRegisterRequest()
public UpdateProductDynamicRegisterRequest(UpdateProductDynamicRegisterRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- Product IDpublic Long getRegisterType()
public void setRegisterType(Long RegisterType)
RegisterType
- Dynamic registration type. Valid values: 0 - disabled; 1 - pre-create device; 2 - auto-create device.public Long getRegisterLimit()
public void setRegisterLimit(Long RegisterLimit)
RegisterLimit
- Maximum dynamically registered devicesCopyright © 2023. All rights reserved.