Interface LedgerProto.CreateLedgerResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LedgerProto.CreateLedgerResponse, LedgerProto.CreateLedgerResponse.Builder
Enclosing class:
LedgerProto

public static interface LedgerProto.CreateLedgerResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Boolean value indicating if the ledger is successfully created 是否创建成功

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOk

      boolean getOk()
       Boolean value indicating if the ledger is successfully created
       是否创建成功
       
      bool ok = 1;
      Returns:
      The ok.