Klasse EntityProperty

java.lang.Object
io.github.primelib.jira4j.restv2.model.EntityProperty

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class EntityProperty extends Object
EntityProperty
  • Felddetails

    • key

      protected String key
      The key of the property. Required on create and update.
    • value

      protected Object value
      The value of the property. Required on create and update.
  • Konstruktordetails

    • EntityProperty

      public EntityProperty(Consumer<EntityProperty> spec)
      Constructs a validated instance of EntityProperty.
      Parameter:
      spec - the specification to process
    • EntityProperty

      @Internal public EntityProperty(String key, Object value)
      Constructs a validated instance of EntityProperty.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using EntityProperty(Consumer) instead.

      Parameter:
      key - The key of the property. Required on create and update.
      value - The value of the property. Required on create and update.
    • EntityProperty

      protected EntityProperty()
  • Methodendetails

    • builder

      public static EntityProperty.EntityPropertyBuilder builder()
    • key

      public String key()
      The key of the property. Required on create and update.
    • value

      public Object value()
      The value of the property. Required on create and update.
    • key

      public EntityProperty key(String key)
      The key of the property. Required on create and update.
      Gibt zurück:
      this.
    • value

      public EntityProperty value(Object value)
      The value of the property. Required on create and update.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object