Interface CellOverloadOccurrenceDelta.CellOverloadOccurrenceDeltaProtoOrBuilder

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

public static interface CellOverloadOccurrenceDelta.CellOverloadOccurrenceDeltaProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 cellId = 4;
    .databalancer.Operation op = 3;
    int
    .databalancer.Operation op = 3;
    long
    int64 timestamp = 2;
    int
    Version to allow change in the message format if needed.

    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

    • getVersion

      int getVersion()
       Version to allow change in the message format if needed.
       
      int32 version = 1;
      Returns:
      The version.
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 2;
      Returns:
      The timestamp.
    • getOpValue

      int getOpValue()
      .databalancer.Operation op = 3;
      Returns:
      The enum numeric value on the wire for op.
    • getOp

      .databalancer.Operation op = 3;
      Returns:
      The op.
    • getCellId

      int getCellId()
      int32 cellId = 4;
      Returns:
      The cellId.