public class StateRecord extends Object implements Serializable
| Constructor and Description |
|---|
StateRecord() |
StateRecord(String chainId,
String nodeId,
int nodeState,
long created) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChainId()
链Id
|
long |
getCreated()
创建时间戳
|
String |
getNodeId()
节点Id
|
int |
getNodeState()
节点状态
|
Copyright © 2025. All rights reserved.