| Package | Description |
|---|---|
| com.github.iotexproject.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
static RewardType |
RewardType.forNumber(int value) |
RewardType |
GrantReward.getType()
.iotextypes.RewardType type = 1; |
RewardType |
GrantReward.Builder.getType()
.iotextypes.RewardType type = 1; |
RewardType |
GrantRewardOrBuilder.getType()
.iotextypes.RewardType type = 1; |
static RewardType |
RewardType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RewardType |
RewardType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RewardType |
RewardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RewardType[] |
RewardType.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<RewardType> |
RewardType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GrantReward.Builder |
GrantReward.Builder.setType(RewardType value)
.iotextypes.RewardType type = 1; |
Copyright © 2022 IoTeX Group. All rights reserved.