public class RemarksUpdateRequestProxy extends NodeUpdateRequestProxy<NodeUpdateRequest.RemarksUpdateRequest>
| Constructor and Description |
|---|
RemarksUpdateRequestProxy() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFieldIndex() |
Integer |
getNodeId() |
String |
getRemarks() |
void |
setFieldIndex(Integer fieldIndex) |
void |
setNodeId(Integer nodeId) |
void |
setRemarks(String remarks) |
NodeUpdateRequest.RemarksUpdateRequest |
toNodeUpdateRequest(CollectRecord record) |
public NodeUpdateRequest.RemarksUpdateRequest toNodeUpdateRequest(CollectRecord record)
toNodeUpdateRequest in class NodeUpdateRequestProxy<NodeUpdateRequest.RemarksUpdateRequest>public Integer getNodeId()
public void setNodeId(Integer nodeId)
public Integer getFieldIndex()
public void setFieldIndex(Integer fieldIndex)
public String getRemarks()
public void setRemarks(String remarks)
Copyright © 2020 Open Foris. All rights reserved.