java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Licence

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

    • name

      protected String name
      The license name used for the API
    • url

      protected String url
      A URL to the license used for the API
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • Licence

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

      @Internal public Licence(String name, String url, Map<String,Object> vendorExtensions)
      Constructs a validated instance of Licence.

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

      Parameter:
      name - The license name used for the API
      url - A URL to the license used for the API
      vendorExtensions - var.name
    • Licence

      protected Licence()
  • Methodendetails

    • builder

      public static Licence.LicenceBuilder builder()
    • name

      public String name()
      The license name used for the API
    • url

      public String url()
      A URL to the license used for the API
    • vendorExtensions

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

      public Licence name(String name)
      The license name used for the API
      Gibt zurück:
      this.
    • url

      public Licence url(String url)
      A URL to the license used for the API
      Gibt zurück:
      this.
    • vendorExtensions

      public Licence vendorExtensions(Map<String,Object> vendorExtensions)
      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