public class CreateBlockNodeRecordsRequest extends AbstractModel
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
|
void |
setGroupId(String GroupId)
Set 盘查实例id
|
void |
setNodeId(String NodeId)
Set 节点id
|
void |
setRecords(String Records)
Set 节点记录-json
|
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 CreateBlockNodeRecordsRequest()
public CreateBlockNodeRecordsRequest(CreateBlockNodeRecordsRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 盘查实例idpublic String getNodeId()
public void setNodeId(String NodeId)
NodeId
- 节点idpublic String getRecords()
public void setRecords(String Records)
Records
- 节点记录-jsonCopyright © 2022. All rights reserved.