public class FieldUpdateRequestProxy extends NodeUpdateRequestProxy<NodeUpdateRequest.FieldUpdateRequest<?>>
| Modifier and Type | Field and Description |
|---|---|
protected String |
remarks |
protected FieldSymbol |
symbol |
protected String |
value |
| Constructor and Description |
|---|
FieldUpdateRequestProxy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFieldIndex() |
Integer |
getNodeId() |
String |
getRemarks() |
FieldSymbol |
getSymbol() |
String |
getValue() |
void |
setFieldIndex(int fieldIndex) |
void |
setNodeId(Integer nodeId) |
void |
setRemarks(String remarks) |
void |
setSymbol(FieldSymbol symbol) |
void |
setValue(String value) |
protected <T> NodeUpdateRequest.FieldUpdateRequest<T> |
toFieldUpdateRequest(CollectRecord record) |
NodeUpdateRequest.FieldUpdateRequest<?> |
toNodeUpdateRequest(CollectRecord record) |
protected String value
protected String remarks
protected FieldSymbol symbol
public NodeUpdateRequest.FieldUpdateRequest<?> toNodeUpdateRequest(CollectRecord record)
toNodeUpdateRequest in class NodeUpdateRequestProxy<NodeUpdateRequest.FieldUpdateRequest<?>>protected <T> NodeUpdateRequest.FieldUpdateRequest<T> toFieldUpdateRequest(CollectRecord record)
public Integer getNodeId()
public void setNodeId(Integer nodeId)
public int getFieldIndex()
public void setFieldIndex(int fieldIndex)
public String getValue()
public void setValue(String value)
public String getRemarks()
public void setRemarks(String remarks)
public FieldSymbol getSymbol()
public void setSymbol(FieldSymbol symbol)
Copyright © 2020 Open Foris. All rights reserved.