java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Property
Bekannte direkte Unterklassen:
ArrayProperty, BaseIntegerProperty, BooleanProperty, ComposedProperty, DateTimeProperty, DecimalProperty, MapProperty, ObjectProperty, RefProperty, StringProperty, StringSchemaProperty

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

    • access

      protected String access
    • allowEmptyValue

      protected Boolean allowEmptyValue
    • description

      protected String description
    • example

      protected Object example
    • format

      protected String format
    • name

      protected String name
    • position

      protected Integer position
    • readOnly

      protected Boolean readOnly
    • required

      protected Boolean required
    • title

      protected String title
    • type

      protected String type
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
    • xml

      protected Xml xml
  • Konstruktordetails

  • Methodendetails

    • access

      public String access()
    • allowEmptyValue

      public Boolean allowEmptyValue()
    • description

      public String description()
    • example

      public Object example()
    • format

      public String format()
    • name

      public String name()
    • position

      public Integer position()
    • readOnly

      public Boolean readOnly()
    • required

      public Boolean required()
    • title

      public String title()
    • type

      public String type()
    • vendorExtensions

      public Map<String,Object> vendorExtensions()
    • xml

      public Xml xml()
    • access

      public Property access(String access)
      Gibt zurück:
      this.
    • allowEmptyValue

      public Property allowEmptyValue(Boolean allowEmptyValue)
      Gibt zurück:
      this.
    • description

      public Property description(String description)
      Gibt zurück:
      this.
    • example

      public Property example(Object example)
      Gibt zurück:
      this.
    • format

      public Property format(String format)
      Gibt zurück:
      this.
    • name

      public Property name(String name)
      Gibt zurück:
      this.
    • position

      public Property position(Integer position)
      Gibt zurück:
      this.
    • readOnly

      public Property readOnly(Boolean readOnly)
      Gibt zurück:
      this.
    • required

      public Property required(Boolean required)
      Gibt zurück:
      this.
    • title

      public Property title(String title)
      Gibt zurück:
      this.
    • type

      public Property type(String type)
      Gibt zurück:
      this.
    • vendorExtensions

      public Property vendorExtensions(Map<String,Object> vendorExtensions)
      Gibt zurück:
      this.
    • xml

      public Property xml(Xml xml)
      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