Class CreateBlockNodeRecordsRequest


  • public class CreateBlockNodeRecordsRequest
    extends AbstractModel
    • 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为期望的推送值。