Class AutoValue_View


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_View
    extends View
    • Field Detail

      • name

        private final java.lang.String name
      • description

        private final java.lang.String description
      • cardinalityLimit

        private final int cardinalityLimit
    • Constructor Detail

      • AutoValue_View

        AutoValue_View​(@Nullable
                       java.lang.String name,
                       @Nullable
                       java.lang.String description,
                       Aggregation aggregation,
                       AttributesProcessor attributesProcessor,
                       int cardinalityLimit)
    • Method Detail

      • getName

        @Nullable
        public java.lang.String getName()
        Description copied from class: View
        Returns the name of the resulting metric, or null if the matched instrument name should be used.
        Specified by:
        getName in class View
      • getDescription

        @Nullable
        public java.lang.String getDescription()
        Description copied from class: View
        Returns the description of the resulting metric, or null if the matched instrument description should be used.
        Specified by:
        getDescription in class View
      • getAggregation

        public Aggregation getAggregation()
        Description copied from class: View
        Returns the aggregation of the resulting metric.
        Specified by:
        getAggregation in class View
      • getCardinalityLimit

        public int getCardinalityLimit()
        Description copied from class: View
        Returns the cardinality limit for this view.
        Specified by:
        getCardinalityLimit in class View
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object