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 产品Id
|
Long |
getRegisterLimit()
Get 动态注册设备上限
|
Long |
getRegisterType()
Get 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
void |
setProductId(String ProductId)
Set 产品Id
|
void |
setRegisterLimit(Long RegisterLimit)
Set 动态注册设备上限
|
void |
setRegisterType(Long RegisterType)
Set 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
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
- 产品Idpublic Long getRegisterType()
public void setRegisterType(Long RegisterType)
RegisterType
- 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备public Long getRegisterLimit()
public void setRegisterLimit(Long RegisterLimit)
RegisterLimit
- 动态注册设备上限Copyright © 2022. All rights reserved.