org.hyperledger.fabric.protos.orderer.TransactionOrderResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/clusterserver.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.orderer;
public interface TransactionOrderResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:orderer.TransactionOrderResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string channel = 1 [json_name = "channel"];
* @return The channel.
*/
java.lang.String getChannel();
/**
* string channel = 1 [json_name = "channel"];
* @return The bytes for channel.
*/
com.google.protobuf.ByteString
getChannelBytes();
/**
* string tx_id = 2 [json_name = "txId"];
* @return The txId.
*/
java.lang.String getTxId();
/**
* string tx_id = 2 [json_name = "txId"];
* @return The bytes for txId.
*/
com.google.protobuf.ByteString
getTxIdBytes();
/**
*
* Status code, which may be used to programatically respond to success/failure.
*
*
* .common.Status status = 3 [json_name = "status"];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Status code, which may be used to programatically respond to success/failure.
*
*
* .common.Status status = 3 [json_name = "status"];
* @return The status.
*/
org.hyperledger.fabric.protos.common.Status getStatus();
/**
*
* Info string which may contain additional information about the returned status.
*
*
* string info = 4 [json_name = "info"];
* @return The info.
*/
java.lang.String getInfo();
/**
*
* Info string which may contain additional information about the returned status.
*
*
* string info = 4 [json_name = "info"];
* @return The bytes for info.
*/
com.google.protobuf.ByteString
getInfoBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy