public interface DeliverResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Block |
getBlock()
.common.Block block = 2 [json_name = "block"]; |
BlockOrBuilder |
getBlockOrBuilder()
.common.Block block = 2 [json_name = "block"]; |
Status |
getStatus()
.common.Status status = 1 [json_name = "status"]; |
int |
getStatusValue()
.common.Status status = 1 [json_name = "status"]; |
DeliverResponse.TypeCase |
getTypeCase() |
boolean |
hasBlock()
.common.Block block = 2 [json_name = "block"]; |
boolean |
hasStatus()
.common.Status status = 1 [json_name = "status"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStatus()
.common.Status status = 1 [json_name = "status"];
int getStatusValue()
.common.Status status = 1 [json_name = "status"];
Status getStatus()
.common.Status status = 1 [json_name = "status"];
boolean hasBlock()
.common.Block block = 2 [json_name = "block"];
Block getBlock()
.common.Block block = 2 [json_name = "block"];
BlockOrBuilder getBlockOrBuilder()
.common.Block block = 2 [json_name = "block"];
DeliverResponse.TypeCase getTypeCase()
Copyright © 2022. All rights reserved.