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 TypeMethodDescriptionintint32 cellId = 4;getOp().databalancer.Operation op = 3;int.databalancer.Operation op = 3;longint64 timestamp = 2;intVersion to allow change in the message format if needed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
getCellId
int getCellId()int32 cellId = 4;- Returns:
- The cellId.
-