Class CreateBlockNodeRecordsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tan.v20220420.models.CreateBlockNodeRecordsRequest
-
public class CreateBlockNodeRecordsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 盘查组id,可在“盘查组概览”功能中获取。StringgetNodeId()Get 节点id,可在“数据接入管理”中获取。StringgetRecords()Get 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。voidsetGroupId(String GroupId)Set 盘查组id,可在“盘查组概览”功能中获取。voidsetNodeId(String NodeId)Set 节点id,可在“数据接入管理”中获取。voidsetRecords(String Records)Set 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBlockNodeRecordsRequest
public CreateBlockNodeRecordsRequest()
-
CreateBlockNodeRecordsRequest
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 盘查组id,可在“盘查组概览”功能中获取。- Returns:
- GroupId 盘查组id,可在“盘查组概览”功能中获取。
-
setGroupId
public void setGroupId(String GroupId)
Set 盘查组id,可在“盘查组概览”功能中获取。- Parameters:
GroupId- 盘查组id,可在“盘查组概览”功能中获取。
-
getNodeId
public String getNodeId()
Get 节点id,可在“数据接入管理”中获取。- Returns:
- NodeId 节点id,可在“数据接入管理”中获取。
-
setNodeId
public void setNodeId(String NodeId)
Set 节点id,可在“数据接入管理”中获取。- Parameters:
NodeId- 节点id,可在“数据接入管理”中获取。
-
getRecords
public String getRecords()
Get 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。- Returns:
- Records 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
-
setRecords
public void setRecords(String Records)
Set 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。- Parameters:
Records- 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
-
-