public class OperationInfo extends Object
| 构造器和说明 |
|---|
OperationInfo() |
OperationInfo(Node.NodeType nodeType,
String cell,
String address,
long operateTs) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getAddress()
Getter method for property address.
|
String |
getCell()
Getter method for property cell.
|
Node.NodeType |
getNodeType()
Getter method for property nodeType.
|
long |
getOperateTs()
Getter method for property operateTs.
|
int |
hashCode() |
void |
setAddress(String address)
Setter method for property address.
|
void |
setCell(String cell)
Setter method for property cell.
|
void |
setNodeType(Node.NodeType nodeType)
Setter method for property nodeType.
|
void |
setOperateTs(long operateTs)
Setter method for property operateTs.
|
String |
toString() |
public OperationInfo()
public OperationInfo(Node.NodeType nodeType, String cell, String address, long operateTs)
public Node.NodeType getNodeType()
public String getCell()
public String getAddress()
public long getOperateTs()
public void setNodeType(Node.NodeType nodeType)
nodeType - value to be assigned to property nodeTypepublic void setCell(String cell)
cell - value to be assigned to property cellpublic void setAddress(String address)
address - value to be assigned to property addresspublic void setOperateTs(long operateTs)
operateTs - value to be assigned to property operateTsCopyright © 2023 The Ant Financial. All rights reserved.