Class Field.DefaultValue

  • Enclosing class:
    Field

    public static final class Field.DefaultValue
    extends Field
    The string value of the default value of this field. Proto2 syntax only.
    • Field Detail

      • value

        public final java.lang.String value
        The string value of the default value of this field. Proto2 syntax only.
    • Constructor Detail

      • DefaultValue

        public DefaultValue​(java.lang.String value)
    • Method Detail

      • equals

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

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