public class NodeGroupRegisterConfig extends Object
| 构造器和说明 |
|---|
NodeGroupRegisterConfig() |
NodeGroupRegisterConfig(Long nodeType,
byte[] publicKey) |
NodeGroupRegisterConfig(Long nodeType,
String nodePreUrl,
byte[] signedStr,
byte[] publicKey) |
NodeGroupRegisterConfig(String nodePreUrl) |
NodeGroupRegisterConfig(String nodePreUrl,
byte[] signedStr,
byte[] publicKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNodePreUrl() |
Long |
getNodeType() |
byte[] |
getPublicKey() |
byte[] |
getSignedStr() |
void |
setNodePreUrl(String nodePreUrl) |
void |
setNodeType(Long nodeType) |
void |
setPublicKey(byte[] publicKey) |
void |
setSignedStr(byte[] signedStr) |
public NodeGroupRegisterConfig()
public NodeGroupRegisterConfig(String nodePreUrl)
public NodeGroupRegisterConfig(Long nodeType, byte[] publicKey)
public NodeGroupRegisterConfig(String nodePreUrl, byte[] signedStr, byte[] publicKey)
public Long getNodeType()
public void setNodeType(Long nodeType)
public String getNodePreUrl()
public void setNodePreUrl(String nodePreUrl)
public byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
public byte[] getSignedStr()
public void setSignedStr(byte[] signedStr)
Copyright © 2022. All rights reserved.