public class CreateBlockNodeRecordsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBlockNodeRecordsRequest() |
CreateBlockNodeRecordsRequest(CreateBlockNodeRecordsRequest 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 |
getGroupId()
Get 盘查组id,可在“盘查组概览”功能中获取。
|
String |
getNodeId()
Get 节点id,可在“数据接入管理”中获取。
|
String |
getRecords()
Get 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
|
void |
setGroupId(String GroupId)
Set 盘查组id,可在“盘查组概览”功能中获取。
|
void |
setNodeId(String NodeId)
Set 节点id,可在“数据接入管理”中获取。
|
void |
setRecords(String Records)
Set 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateBlockNodeRecordsRequest()
public CreateBlockNodeRecordsRequest(CreateBlockNodeRecordsRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 盘查组id,可在“盘查组概览”功能中获取。public String getNodeId()
public void setNodeId(String NodeId)
NodeId
- 节点id,可在“数据接入管理”中获取。public String getRecords()
public void setRecords(String Records)
Records
- 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。Copyright © 2024. All rights reserved.