java.lang.Object
io.github.primelib.pagerduty4j.rest.model.Field

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

    • dataType

      protected Field.DataTypeEnum dataType
      The kind of data the template field is allowed to contain.
    • defaultValue

      protected String defaultValue
      The default value of the template field.
    • description

      protected String description
      A short description of the template field.
    • domainName

      protected FieldDomainName domainName
    • example

      protected String example
      An example value for the template field.
    • keyword

      protected String keyword
    • summary

      protected String summary
      A short summary of the template field.
    • type

      protected Field.TypeEnum type
      The type of template field.
  • Konstruktordetails

    • Field

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

      @Internal public Field(Field.DataTypeEnum dataType, String defaultValue, String description, FieldDomainName domainName, String example, String keyword, String summary, Field.TypeEnum type)
      Constructs a validated instance of Field.

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

      Parameter:
      dataType - The kind of data the template field is allowed to contain.
      defaultValue - The default value of the template field.
      description - A short description of the template field.
      domainName - domainName
      example - An example value for the template field.
      keyword - keyword
      summary - A short summary of the template field.
      type - The type of template field.
    • Field

      protected Field()
  • Methodendetails

    • builder

      public static Field.FieldBuilder builder()
    • dataType

      public Field.DataTypeEnum dataType()
      The kind of data the template field is allowed to contain.
    • defaultValue

      public String defaultValue()
      The default value of the template field.
    • description

      public String description()
      A short description of the template field.
    • domainName

      public FieldDomainName domainName()
    • example

      public String example()
      An example value for the template field.
    • keyword

      public String keyword()
    • summary

      public String summary()
      A short summary of the template field.
    • type

      public Field.TypeEnum type()
      The type of template field.
    • dataType

      public Field dataType(Field.DataTypeEnum dataType)
      The kind of data the template field is allowed to contain.
      Gibt zurück:
      this.
    • defaultValue

      public Field defaultValue(String defaultValue)
      The default value of the template field.
      Gibt zurück:
      this.
    • description

      public Field description(String description)
      A short description of the template field.
      Gibt zurück:
      this.
    • domainName

      public Field domainName(FieldDomainName domainName)
      Gibt zurück:
      this.
    • example

      public Field example(String example)
      An example value for the template field.
      Gibt zurück:
      this.
    • keyword

      public Field keyword(String keyword)
      Gibt zurück:
      this.
    • summary

      public Field summary(String summary)
      A short summary of the template field.
      Gibt zurück:
      this.
    • type

      public Field type(Field.TypeEnum type)
      The type of template field.
      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