Interface HomeBlueprintBatchBriefMuipDataOuterClass.HomeBlueprintBatchBriefMuipDataOrBuilder

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

public static interface HomeBlueprintBatchBriefMuipDataOuterClass.HomeBlueprintBatchBriefMuipDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBriefListList

      repeated .HomeBlueprintBriefMuipData brief_list = 1;
    • getBriefList

      repeated .HomeBlueprintBriefMuipData brief_list = 1;
    • getBriefListCount

      int getBriefListCount()
      repeated .HomeBlueprintBriefMuipData brief_list = 1;
    • getBriefListOrBuilderList

      repeated .HomeBlueprintBriefMuipData brief_list = 1;
    • getBriefListOrBuilder

      repeated .HomeBlueprintBriefMuipData brief_list = 1;
    • getNotExistShareCodeListList

      List<String> getNotExistShareCodeListList()
      repeated string not_exist_share_code_list = 2;
      Returns:
      A list containing the notExistShareCodeList.
    • getNotExistShareCodeListCount

      int getNotExistShareCodeListCount()
      repeated string not_exist_share_code_list = 2;
      Returns:
      The count of notExistShareCodeList.
    • getNotExistShareCodeList

      String getNotExistShareCodeList(int index)
      repeated string not_exist_share_code_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The notExistShareCodeList at the given index.
    • getNotExistShareCodeListBytes

      com.google.protobuf.ByteString getNotExistShareCodeListBytes(int index)
      repeated string not_exist_share_code_list = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the notExistShareCodeList at the given index.