Class KeyValue.Builder

  • Enclosing class:
    KeyValue

    public static final class KeyValue.Builder
    extends java.lang.Object
    Builder class for KeyValue.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of KeyValue.
    • Method Detail

      • setKey

        public KeyValue.Builder setKey​(java.lang.String key)
        Key name.
        Parameters:
        key - New value for the property.
      • setValue

        public KeyValue.Builder setValue​(java.lang.String value)
        Key value.
        Parameters:
        value - New value for the property.