Interface ExpeditionRecallRspOuterClass.ExpeditionRecallRspOrBuilder

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

public static interface ExpeditionRecallRspOuterClass.ExpeditionRecallRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 path_id = 2;
    int
    int32 retcode = 4;

    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

    • getPathId

      int getPathId()
      uint32 path_id = 2;
      Returns:
      The pathId.
    • getRetcode

      int getRetcode()
      int32 retcode = 4;
      Returns:
      The retcode.