Interface ActivityCondStateChangeNotifyOuterClass.ActivityCondStateChangeNotifyOrBuilder

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

public static interface ActivityCondStateChangeNotifyOuterClass.ActivityCondStateChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getActivityId

      int getActivityId()
      uint32 activity_id = 5;
      Returns:
      The activityId.
    • getScheduleId

      int getScheduleId()
      uint32 schedule_id = 14;
      Returns:
      The scheduleId.
    • getExpireCondListList

      List<Integer> getExpireCondListList()
      repeated uint32 expire_cond_list = 1;
      Returns:
      A list containing the expireCondList.
    • getExpireCondListCount

      int getExpireCondListCount()
      repeated uint32 expire_cond_list = 1;
      Returns:
      The count of expireCondList.
    • getExpireCondList

      int getExpireCondList(int index)
      repeated uint32 expire_cond_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The expireCondList at the given index.
    • getMeetCondListList

      List<Integer> getMeetCondListList()
      repeated uint32 meet_cond_list = 4;
      Returns:
      A list containing the meetCondList.
    • getMeetCondListCount

      int getMeetCondListCount()
      repeated uint32 meet_cond_list = 4;
      Returns:
      The count of meetCondList.
    • getMeetCondList

      int getMeetCondList(int index)
      repeated uint32 meet_cond_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The meetCondList at the given index.
    • getActivatedSaleIdListList

      List<Integer> getActivatedSaleIdListList()
      repeated uint32 activated_sale_id_list = 8;
      Returns:
      A list containing the activatedSaleIdList.
    • getActivatedSaleIdListCount

      int getActivatedSaleIdListCount()
      repeated uint32 activated_sale_id_list = 8;
      Returns:
      The count of activatedSaleIdList.
    • getActivatedSaleIdList

      int getActivatedSaleIdList(int index)
      repeated uint32 activated_sale_id_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The activatedSaleIdList at the given index.
    • getDisableTransferPointInteractionListList

      List<Uint32PairOuterClass.Uint32Pair> getDisableTransferPointInteractionListList()
      repeated .Uint32Pair disable_transfer_point_interaction_list = 11;
    • getDisableTransferPointInteractionList

      Uint32PairOuterClass.Uint32Pair getDisableTransferPointInteractionList(int index)
      repeated .Uint32Pair disable_transfer_point_interaction_list = 11;
    • getDisableTransferPointInteractionListCount

      int getDisableTransferPointInteractionListCount()
      repeated .Uint32Pair disable_transfer_point_interaction_list = 11;
    • getDisableTransferPointInteractionListOrBuilderList

      List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getDisableTransferPointInteractionListOrBuilderList()
      repeated .Uint32Pair disable_transfer_point_interaction_list = 11;
    • getDisableTransferPointInteractionListOrBuilder

      Uint32PairOuterClass.Uint32PairOrBuilder getDisableTransferPointInteractionListOrBuilder(int index)
      repeated .Uint32Pair disable_transfer_point_interaction_list = 11;