Interface MonitorDProto.GetSystemLoadHistoryReply.PairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.GetSystemLoadHistoryReply.Pair, MonitorDProto.GetSystemLoadHistoryReply.Pair.Builder
Enclosing class:
MonitorDProto.GetSystemLoadHistoryReply

public static interface MonitorDProto.GetSystemLoadHistoryReply.PairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .serosystems.proto.v3.grx.monitord.SystemLoad load = 2;
    .serosystems.proto.v3.grx.monitord.SystemLoad load = 2;
    long
    uint64 timestamp = 1;
    boolean
    .serosystems.proto.v3.grx.monitord.SystemLoad load = 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

    • getTimestamp

      long getTimestamp()
      uint64 timestamp = 1;
      Returns:
      The timestamp.
    • hasLoad

      boolean hasLoad()
      .serosystems.proto.v3.grx.monitord.SystemLoad load = 2;
      Returns:
      Whether the load field is set.
    • getLoad

      .serosystems.proto.v3.grx.monitord.SystemLoad load = 2;
      Returns:
      The load.
    • getLoadOrBuilder

      .serosystems.proto.v3.grx.monitord.SystemLoad load = 2;