Interface FoundationInfoOuterClass.FoundationInfoOrBuilder

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

public static interface FoundationInfoOuterClass.FoundationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 current_building_id = 3;
    int
    uint32 locked_by_uid = 4;
    .FoundationStatus status = 1;
    int
    .FoundationStatus status = 1;
    int
    getUidList(int index)
    repeated uint32 uid_list = 2;
    int
    repeated uint32 uid_list = 2;
    repeated uint32 uid_list = 2;

    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

    • getStatusValue

      int getStatusValue()
      .FoundationStatus status = 1;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      .FoundationStatus status = 1;
      Returns:
      The status.
    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 2;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 2;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.
    • getCurrentBuildingId

      int getCurrentBuildingId()
      uint32 current_building_id = 3;
      Returns:
      The currentBuildingId.
    • getLockedByUid

      int getLockedByUid()
      uint32 locked_by_uid = 4;
      Returns:
      The lockedByUid.