public class DracoNodeInfo extends AbstractModel
Constructor and Description |
---|
DracoNodeInfo() |
DracoNodeInfo(DracoNodeInfo 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 |
getName()
Get 节点名称。长度限制为1~63个字符,节点名称只支持小写英文、数字、中横线、英文句号
|
String |
getRemark()
Get 节点备注
|
String |
getSN()
Get 设备SN。SN仅支持大写字母、数字,长度限制为1~32个字符
|
void |
setName(String Name)
Set 节点名称。长度限制为1~63个字符,节点名称只支持小写英文、数字、中横线、英文句号
|
void |
setRemark(String Remark)
Set 节点备注
|
void |
setSN(String SN)
Set 设备SN。SN仅支持大写字母、数字,长度限制为1~32个字符
|
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 DracoNodeInfo()
public DracoNodeInfo(DracoNodeInfo source)
public String getSN()
public void setSN(String SN)
SN
- 设备SN。SN仅支持大写字母、数字,长度限制为1~32个字符public String getName()
public void setName(String Name)
Name
- 节点名称。长度限制为1~63个字符,节点名称只支持小写英文、数字、中横线、英文句号public String getRemark()
public void setRemark(String Remark)
Remark
- 节点备注Copyright © 2022. All rights reserved.