接口 MeterBucketValueOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
MeterBucketValue, MeterBucketValue.Builder

public interface MeterBucketValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    double
    The value represents the min value of the bucket, the upper boundary is determined by next MeterBucketValue$bucket, if it doesn't exist, the upper boundary is positive infinity.
    long
    int64 count = 2;
    boolean
    If is negative infinity, the value of the bucket is invalid

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getBucket

      double getBucket()
       The value represents the min value of the bucket,
       the  upper boundary is determined by next MeterBucketValue$bucket,
       if it doesn't exist, the upper boundary is positive infinity.
       
      double bucket = 1;
      返回:
      The bucket.
    • getCount

      long getCount()
      int64 count = 2;
      返回:
      The count.
    • getIsNegativeInfinity

      boolean getIsNegativeInfinity()
       If is negative infinity, the value of the bucket is invalid
       
      bool isNegativeInfinity = 3;
      返回:
      The isNegativeInfinity.