Class AutoValue_AttachmentValue_AttachmentValueString

    • Field Detail

      • value

        private final java.lang.String value
    • Constructor Detail

      • AutoValue_AttachmentValue_AttachmentValueString

        AutoValue_AttachmentValue_AttachmentValueString​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Description copied from class: AttachmentValue
        Returns the string attachment value.
        Specified by:
        getValue in class AttachmentValue
        Returns:
        the string attachment value.
      • 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