Class AutoValue_LogLimits


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

      • maxNumberOfAttributes

        private final int maxNumberOfAttributes
      • maxAttributeValueLength

        private final int maxAttributeValueLength
    • Constructor Detail

      • AutoValue_LogLimits

        AutoValue_LogLimits​(int maxNumberOfAttributes,
                            int maxAttributeValueLength)
    • Method Detail

      • getMaxAttributeValueLength

        public int getMaxAttributeValueLength()
        Description copied from class: LogLimits
        Returns the max number of characters for string attribute values. For string array attribute values, applies to each entry individually.
        Specified by:
        getMaxAttributeValueLength in class LogLimits
        Returns:
        the max number of characters for attribute strings.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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