Interface SetNameCardRspOuterClass.SetNameCardRspOrBuilder

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

public static interface SetNameCardRspOuterClass.SetNameCardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 name_card_id = 6;
    int
    int32 retcode = 12;

    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

    • getNameCardId

      int getNameCardId()
      uint32 name_card_id = 6;
      Returns:
      The nameCardId.
    • getRetcode

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