| Package | Description |
|---|---|
| com.github.iotexproject.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
static ConsensusVote.Topic |
ConsensusVote.Topic.forNumber(int value) |
ConsensusVote.Topic |
ConsensusVote.getTopic()
.iotextypes.ConsensusVote.Topic topic = 2; |
ConsensusVote.Topic |
ConsensusVote.Builder.getTopic()
.iotextypes.ConsensusVote.Topic topic = 2; |
ConsensusVote.Topic |
ConsensusVoteOrBuilder.getTopic()
.iotextypes.ConsensusVote.Topic topic = 2; |
static ConsensusVote.Topic |
ConsensusVote.Topic.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConsensusVote.Topic |
ConsensusVote.Topic.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConsensusVote.Topic |
ConsensusVote.Topic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsensusVote.Topic[] |
ConsensusVote.Topic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ConsensusVote.Topic> |
ConsensusVote.Topic.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ConsensusVote.Builder |
ConsensusVote.Builder.setTopic(ConsensusVote.Topic value)
.iotextypes.ConsensusVote.Topic topic = 2; |
Copyright © 2022 IoTeX Group. All rights reserved.