public class UpdateProductDynamicRegisterResponse extends AbstractModel
| Constructor and Description | 
|---|
UpdateProductDynamicRegisterResponse()  | 
UpdateProductDynamicRegisterResponse(UpdateProductDynamicRegisterResponse 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 | 
getProductSecret()
Get Product key for dynamic registration 
 | 
Long | 
getRegisterLimit()
Get Maximum dynamically registered devices 
 | 
Long | 
getRegisterType()
Get Dynamic registration type. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
void | 
setProductSecret(String ProductSecret)
Set Product key for dynamic registration 
 | 
void | 
setRegisterLimit(Long RegisterLimit)
Set Maximum dynamically registered devices 
 | 
void | 
setRegisterType(Long RegisterType)
Set Dynamic registration type. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
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 UpdateProductDynamicRegisterResponse()
public UpdateProductDynamicRegisterResponse(UpdateProductDynamicRegisterResponse source)
public Long getRegisterType()
public void setRegisterType(Long RegisterType)
RegisterType - Dynamic registration type. Valid values: 0 - disabled; 1 - pre-create device; 2 - auto-create device.public String getProductSecret()
public void setProductSecret(String ProductSecret)
ProductSecret - Product key for dynamic registrationpublic Long getRegisterLimit()
public void setRegisterLimit(Long RegisterLimit)
RegisterLimit - Maximum dynamically registered devicespublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.