Interface GlobalActivityStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GlobalActivityStatus, GlobalActivityStatus.Builder

public interface GlobalActivityStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The number of ongoing activities
    boolean
    The number of ongoing activities

    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

    • hasOngoingCount

      boolean hasOngoingCount()
       The number of ongoing activities
       
      optional int32 ongoingCount = 1;
      Returns:
      Whether the ongoingCount field is set.
    • getOngoingCount

      int getOngoingCount()
       The number of ongoing activities
       
      optional int32 ongoingCount = 1;
      Returns:
      The ongoingCount.