Interface ActivityBannerNotifyOuterClass.ActivityBannerNotifyOrBuilder

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

public static interface ActivityBannerNotifyOuterClass.ActivityBannerNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 activity_id = 1;
    int
    uint32 schedule_id = 8;

    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

    • getActivityId

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

      int getScheduleId()
      uint32 schedule_id = 8;
      Returns:
      The scheduleId.