public class GenerateReflectSequenceRequest extends AbstractModel
Constructor and Description |
---|
GenerateReflectSequenceRequest() |
GenerateReflectSequenceRequest(GenerateReflectSequenceRequest 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 |
getDeviceDataMd5()
Get The MD5 hash value of the data package generated by the SDK.
|
String |
getDeviceDataUrl()
Get The resource URL of the data package generated by the SDK.
|
String |
getSecurityLevel()
Get 1 - silent
2 - blinking
3 - light
4 - blinking + light (default)
|
void |
setDeviceDataMd5(String DeviceDataMd5)
Set The MD5 hash value of the data package generated by the SDK.
|
void |
setDeviceDataUrl(String DeviceDataUrl)
Set The resource URL of the data package generated by the SDK.
|
void |
setSecurityLevel(String SecurityLevel)
Set 1 - silent
2 - blinking
3 - light
4 - blinking + light (default)
|
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 GenerateReflectSequenceRequest()
public GenerateReflectSequenceRequest(GenerateReflectSequenceRequest source)
public String getDeviceDataUrl()
public void setDeviceDataUrl(String DeviceDataUrl)
DeviceDataUrl
- The resource URL of the data package generated by the SDK.public String getDeviceDataMd5()
public void setDeviceDataMd5(String DeviceDataMd5)
DeviceDataMd5
- The MD5 hash value of the data package generated by the SDK.public String getSecurityLevel()
public void setSecurityLevel(String SecurityLevel)
SecurityLevel
- 1 - silent
2 - blinking
3 - light
4 - blinking + light (default)Copyright © 2023. All rights reserved.