Class AppProperty

java.lang.Object
com.symphony.bdk.gen.api.model.AppProperty

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-21T12:32:00.966422795Z[Etc/UTC]") public class AppProperty extends Object
Application configuration property that is shared with the extension application, client side. Do not store sensitive information here.
  • Field Details

  • Constructor Details

    • AppProperty

      public AppProperty()
  • Method Details

    • key

      public AppProperty key(String key)
    • getKey

      @Nullable public String getKey()
      Name of an application configuration property. It cannot be null or empty and its length is limited to 1024 characters. Keys are unique.
      Returns:
      key
    • setKey

      public void setKey(String key)
    • value

      public AppProperty value(String value)
    • getValue

      @Nullable public String getValue()
      Value of an application configuration property. It cannot be null and its length is limited to 4096 characters. It can be empty.
      Returns:
      value
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      Return true if this AppProperty object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object