public static final class Protocol.NodeInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder> implements Protocol.NodeInfoOrBuilder
protocol.NodeInfo| Modifier and Type | Method and Description |
|---|---|
Protocol.NodeInfo.Builder |
addAllPeerInfoList(Iterable<? extends Protocol.NodeInfo.PeerInfo> values)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
addPeerInfoList(int index,
Protocol.NodeInfo.PeerInfo.Builder builderForValue)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
addPeerInfoList(int index,
Protocol.NodeInfo.PeerInfo value)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
addPeerInfoList(Protocol.NodeInfo.PeerInfo.Builder builderForValue)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
addPeerInfoList(Protocol.NodeInfo.PeerInfo value)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.PeerInfo.Builder |
addPeerInfoListBuilder()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.PeerInfo.Builder |
addPeerInfoListBuilder(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.NodeInfo |
build() |
Protocol.NodeInfo |
buildPartial() |
Protocol.NodeInfo.Builder |
clear() |
Protocol.NodeInfo.Builder |
clearActiveConnectCount()
int32 activeConnectCount = 5; |
Protocol.NodeInfo.Builder |
clearBeginSyncNum()
int64 beginSyncNum = 1; |
Protocol.NodeInfo.Builder |
clearBlock()
string block = 2; |
Protocol.NodeInfo.Builder |
clearCheatWitnessInfoMap() |
Protocol.NodeInfo.Builder |
clearConfigNodeInfo()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
Protocol.NodeInfo.Builder |
clearCurrentConnectCount()
connect information
int32 currentConnectCount = 4; |
Protocol.NodeInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.NodeInfo.Builder |
clearMachineInfo()
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Protocol.NodeInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.NodeInfo.Builder |
clearPassiveConnectCount()
int32 passiveConnectCount = 6; |
Protocol.NodeInfo.Builder |
clearPeerInfoList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
clearSolidityBlock()
string solidityBlock = 3; |
Protocol.NodeInfo.Builder |
clearTotalFlow()
int64 totalFlow = 7; |
Protocol.NodeInfo.Builder |
clone() |
boolean |
containsCheatWitnessInfoMap(String key)
map<string, string> cheatWitnessInfoMap = 11; |
int |
getActiveConnectCount()
int32 activeConnectCount = 5; |
long |
getBeginSyncNum()
int64 beginSyncNum = 1; |
String |
getBlock()
string block = 2; |
com.google.protobuf.ByteString |
getBlockBytes()
string block = 2; |
Map<String,String> |
getCheatWitnessInfoMap()
Deprecated.
|
int |
getCheatWitnessInfoMapCount()
map<string, string> cheatWitnessInfoMap = 11; |
Map<String,String> |
getCheatWitnessInfoMapMap()
map<string, string> cheatWitnessInfoMap = 11; |
String |
getCheatWitnessInfoMapOrDefault(String key,
String defaultValue)
map<string, string> cheatWitnessInfoMap = 11; |
String |
getCheatWitnessInfoMapOrThrow(String key)
map<string, string> cheatWitnessInfoMap = 11; |
Protocol.NodeInfo.ConfigNodeInfo |
getConfigNodeInfo()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
Protocol.NodeInfo.ConfigNodeInfo.Builder |
getConfigNodeInfoBuilder()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
Protocol.NodeInfo.ConfigNodeInfoOrBuilder |
getConfigNodeInfoOrBuilder()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
int |
getCurrentConnectCount()
connect information
int32 currentConnectCount = 4; |
Protocol.NodeInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protocol.NodeInfo.MachineInfo |
getMachineInfo()
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Protocol.NodeInfo.MachineInfo.Builder |
getMachineInfoBuilder()
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Protocol.NodeInfo.MachineInfoOrBuilder |
getMachineInfoOrBuilder()
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Map<String,String> |
getMutableCheatWitnessInfoMap()
Deprecated.
|
int |
getPassiveConnectCount()
int32 passiveConnectCount = 6; |
Protocol.NodeInfo.PeerInfo |
getPeerInfoList(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.PeerInfo.Builder |
getPeerInfoListBuilder(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
List<Protocol.NodeInfo.PeerInfo.Builder> |
getPeerInfoListBuilderList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
int |
getPeerInfoListCount()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
List<Protocol.NodeInfo.PeerInfo> |
getPeerInfoListList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.PeerInfoOrBuilder |
getPeerInfoListOrBuilder(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
List<? extends Protocol.NodeInfo.PeerInfoOrBuilder> |
getPeerInfoListOrBuilderList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
String |
getSolidityBlock()
string solidityBlock = 3; |
com.google.protobuf.ByteString |
getSolidityBlockBytes()
string solidityBlock = 3; |
long |
getTotalFlow()
int64 totalFlow = 7; |
boolean |
hasConfigNodeInfo()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
boolean |
hasMachineInfo()
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Protocol.NodeInfo.Builder |
mergeConfigNodeInfo(Protocol.NodeInfo.ConfigNodeInfo value)
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
Protocol.NodeInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.NodeInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protocol.NodeInfo.Builder |
mergeFrom(Protocol.NodeInfo other) |
Protocol.NodeInfo.Builder |
mergeMachineInfo(Protocol.NodeInfo.MachineInfo value)
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Protocol.NodeInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.NodeInfo.Builder |
putAllCheatWitnessInfoMap(Map<String,String> values)
map<string, string> cheatWitnessInfoMap = 11; |
Protocol.NodeInfo.Builder |
putCheatWitnessInfoMap(String key,
String value)
map<string, string> cheatWitnessInfoMap = 11; |
Protocol.NodeInfo.Builder |
removeCheatWitnessInfoMap(String key)
map<string, string> cheatWitnessInfoMap = 11; |
Protocol.NodeInfo.Builder |
removePeerInfoList(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
setActiveConnectCount(int value)
int32 activeConnectCount = 5; |
Protocol.NodeInfo.Builder |
setBeginSyncNum(long value)
int64 beginSyncNum = 1; |
Protocol.NodeInfo.Builder |
setBlock(String value)
string block = 2; |
Protocol.NodeInfo.Builder |
setBlockBytes(com.google.protobuf.ByteString value)
string block = 2; |
Protocol.NodeInfo.Builder |
setConfigNodeInfo(Protocol.NodeInfo.ConfigNodeInfo.Builder builderForValue)
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
Protocol.NodeInfo.Builder |
setConfigNodeInfo(Protocol.NodeInfo.ConfigNodeInfo value)
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9; |
Protocol.NodeInfo.Builder |
setCurrentConnectCount(int value)
connect information
int32 currentConnectCount = 4; |
Protocol.NodeInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.NodeInfo.Builder |
setMachineInfo(Protocol.NodeInfo.MachineInfo.Builder builderForValue)
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Protocol.NodeInfo.Builder |
setMachineInfo(Protocol.NodeInfo.MachineInfo value)
.protocol.NodeInfo.MachineInfo machineInfo = 10; |
Protocol.NodeInfo.Builder |
setPassiveConnectCount(int value)
int32 passiveConnectCount = 6; |
Protocol.NodeInfo.Builder |
setPeerInfoList(int index,
Protocol.NodeInfo.PeerInfo.Builder builderForValue)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
setPeerInfoList(int index,
Protocol.NodeInfo.PeerInfo value)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8; |
Protocol.NodeInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.NodeInfo.Builder |
setSolidityBlock(String value)
string solidityBlock = 3; |
Protocol.NodeInfo.Builder |
setSolidityBlockBytes(com.google.protobuf.ByteString value)
string solidityBlock = 3; |
Protocol.NodeInfo.Builder |
setTotalFlow(long value)
int64 totalFlow = 7; |
Protocol.NodeInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Protocol.NodeInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Protocol.NodeInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Protocol.NodeInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder mergeFrom(Protocol.NodeInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public Protocol.NodeInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protocol.NodeInfo.Builder>IOExceptionpublic long getBeginSyncNum()
int64 beginSyncNum = 1;getBeginSyncNum in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setBeginSyncNum(long value)
int64 beginSyncNum = 1;public Protocol.NodeInfo.Builder clearBeginSyncNum()
int64 beginSyncNum = 1;public String getBlock()
string block = 2;getBlock in interface Protocol.NodeInfoOrBuilderpublic com.google.protobuf.ByteString getBlockBytes()
string block = 2;getBlockBytes in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setBlock(String value)
string block = 2;public Protocol.NodeInfo.Builder clearBlock()
string block = 2;public Protocol.NodeInfo.Builder setBlockBytes(com.google.protobuf.ByteString value)
string block = 2;public String getSolidityBlock()
string solidityBlock = 3;getSolidityBlock in interface Protocol.NodeInfoOrBuilderpublic com.google.protobuf.ByteString getSolidityBlockBytes()
string solidityBlock = 3;getSolidityBlockBytes in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setSolidityBlock(String value)
string solidityBlock = 3;public Protocol.NodeInfo.Builder clearSolidityBlock()
string solidityBlock = 3;public Protocol.NodeInfo.Builder setSolidityBlockBytes(com.google.protobuf.ByteString value)
string solidityBlock = 3;public int getCurrentConnectCount()
connect information
int32 currentConnectCount = 4;getCurrentConnectCount in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setCurrentConnectCount(int value)
connect information
int32 currentConnectCount = 4;public Protocol.NodeInfo.Builder clearCurrentConnectCount()
connect information
int32 currentConnectCount = 4;public int getActiveConnectCount()
int32 activeConnectCount = 5;getActiveConnectCount in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setActiveConnectCount(int value)
int32 activeConnectCount = 5;public Protocol.NodeInfo.Builder clearActiveConnectCount()
int32 activeConnectCount = 5;public int getPassiveConnectCount()
int32 passiveConnectCount = 6;getPassiveConnectCount in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setPassiveConnectCount(int value)
int32 passiveConnectCount = 6;public Protocol.NodeInfo.Builder clearPassiveConnectCount()
int32 passiveConnectCount = 6;public long getTotalFlow()
int64 totalFlow = 7;getTotalFlow in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setTotalFlow(long value)
int64 totalFlow = 7;public Protocol.NodeInfo.Builder clearTotalFlow()
int64 totalFlow = 7;public List<Protocol.NodeInfo.PeerInfo> getPeerInfoListList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;getPeerInfoListList in interface Protocol.NodeInfoOrBuilderpublic int getPeerInfoListCount()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;getPeerInfoListCount in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.PeerInfo getPeerInfoList(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;getPeerInfoList in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setPeerInfoList(int index, Protocol.NodeInfo.PeerInfo value)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder setPeerInfoList(int index, Protocol.NodeInfo.PeerInfo.Builder builderForValue)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder addPeerInfoList(Protocol.NodeInfo.PeerInfo value)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder addPeerInfoList(int index, Protocol.NodeInfo.PeerInfo value)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder addPeerInfoList(Protocol.NodeInfo.PeerInfo.Builder builderForValue)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder addPeerInfoList(int index, Protocol.NodeInfo.PeerInfo.Builder builderForValue)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder addAllPeerInfoList(Iterable<? extends Protocol.NodeInfo.PeerInfo> values)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder clearPeerInfoList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.Builder removePeerInfoList(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.PeerInfo.Builder getPeerInfoListBuilder(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.PeerInfoOrBuilder getPeerInfoListOrBuilder(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;getPeerInfoListOrBuilder in interface Protocol.NodeInfoOrBuilderpublic List<? extends Protocol.NodeInfo.PeerInfoOrBuilder> getPeerInfoListOrBuilderList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;getPeerInfoListOrBuilderList in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.PeerInfo.Builder addPeerInfoListBuilder()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public Protocol.NodeInfo.PeerInfo.Builder addPeerInfoListBuilder(int index)
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public List<Protocol.NodeInfo.PeerInfo.Builder> getPeerInfoListBuilderList()
repeated .protocol.NodeInfo.PeerInfo peerInfoList = 8;public boolean hasConfigNodeInfo()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;hasConfigNodeInfo in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.ConfigNodeInfo getConfigNodeInfo()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;getConfigNodeInfo in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setConfigNodeInfo(Protocol.NodeInfo.ConfigNodeInfo value)
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;public Protocol.NodeInfo.Builder setConfigNodeInfo(Protocol.NodeInfo.ConfigNodeInfo.Builder builderForValue)
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;public Protocol.NodeInfo.Builder mergeConfigNodeInfo(Protocol.NodeInfo.ConfigNodeInfo value)
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;public Protocol.NodeInfo.Builder clearConfigNodeInfo()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;public Protocol.NodeInfo.ConfigNodeInfo.Builder getConfigNodeInfoBuilder()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;public Protocol.NodeInfo.ConfigNodeInfoOrBuilder getConfigNodeInfoOrBuilder()
.protocol.NodeInfo.ConfigNodeInfo configNodeInfo = 9;getConfigNodeInfoOrBuilder in interface Protocol.NodeInfoOrBuilderpublic boolean hasMachineInfo()
.protocol.NodeInfo.MachineInfo machineInfo = 10;hasMachineInfo in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.MachineInfo getMachineInfo()
.protocol.NodeInfo.MachineInfo machineInfo = 10;getMachineInfo in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder setMachineInfo(Protocol.NodeInfo.MachineInfo value)
.protocol.NodeInfo.MachineInfo machineInfo = 10;public Protocol.NodeInfo.Builder setMachineInfo(Protocol.NodeInfo.MachineInfo.Builder builderForValue)
.protocol.NodeInfo.MachineInfo machineInfo = 10;public Protocol.NodeInfo.Builder mergeMachineInfo(Protocol.NodeInfo.MachineInfo value)
.protocol.NodeInfo.MachineInfo machineInfo = 10;public Protocol.NodeInfo.Builder clearMachineInfo()
.protocol.NodeInfo.MachineInfo machineInfo = 10;public Protocol.NodeInfo.MachineInfo.Builder getMachineInfoBuilder()
.protocol.NodeInfo.MachineInfo machineInfo = 10;public Protocol.NodeInfo.MachineInfoOrBuilder getMachineInfoOrBuilder()
.protocol.NodeInfo.MachineInfo machineInfo = 10;getMachineInfoOrBuilder in interface Protocol.NodeInfoOrBuilderpublic int getCheatWitnessInfoMapCount()
Protocol.NodeInfoOrBuildermap<string, string> cheatWitnessInfoMap = 11;getCheatWitnessInfoMapCount in interface Protocol.NodeInfoOrBuilderpublic boolean containsCheatWitnessInfoMap(String key)
map<string, string> cheatWitnessInfoMap = 11;containsCheatWitnessInfoMap in interface Protocol.NodeInfoOrBuilder@Deprecated public Map<String,String> getCheatWitnessInfoMap()
getCheatWitnessInfoMapMap() instead.getCheatWitnessInfoMap in interface Protocol.NodeInfoOrBuilderpublic Map<String,String> getCheatWitnessInfoMapMap()
map<string, string> cheatWitnessInfoMap = 11;getCheatWitnessInfoMapMap in interface Protocol.NodeInfoOrBuilderpublic String getCheatWitnessInfoMapOrDefault(String key, String defaultValue)
map<string, string> cheatWitnessInfoMap = 11;getCheatWitnessInfoMapOrDefault in interface Protocol.NodeInfoOrBuilderpublic String getCheatWitnessInfoMapOrThrow(String key)
map<string, string> cheatWitnessInfoMap = 11;getCheatWitnessInfoMapOrThrow in interface Protocol.NodeInfoOrBuilderpublic Protocol.NodeInfo.Builder clearCheatWitnessInfoMap()
public Protocol.NodeInfo.Builder removeCheatWitnessInfoMap(String key)
map<string, string> cheatWitnessInfoMap = 11;@Deprecated public Map<String,String> getMutableCheatWitnessInfoMap()
public Protocol.NodeInfo.Builder putCheatWitnessInfoMap(String key, String value)
map<string, string> cheatWitnessInfoMap = 11;public Protocol.NodeInfo.Builder putAllCheatWitnessInfoMap(Map<String,String> values)
map<string, string> cheatWitnessInfoMap = 11;public final Protocol.NodeInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>public final Protocol.NodeInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.NodeInfo.Builder>Copyright © 2020. All rights reserved.