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

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

    • description

      protected String description
      A short description of the target documentation
    • url

      protected String url
      The URL for the target documentation
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • ExternalDocs

      @Internal public ExternalDocs(Consumer<ExternalDocs> spec)
      Constructs a validated implementation of ExternalDocs.
      Parameter:
      spec - the specification to process
    • ExternalDocs

      public ExternalDocs(String description, String url, Map<String,Object> vendorExtensions)
    • ExternalDocs

      protected ExternalDocs()
  • Methodendetails

    • description

      public String description()
      A short description of the target documentation
    • url

      public String url()
      The URL for the target documentation
    • vendorExtensions

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

      public ExternalDocs description(String description)
      A short description of the target documentation
      Gibt zurück:
      this.
    • url

      public ExternalDocs url(String url)
      The URL for the target documentation
      Gibt zurück:
      this.
    • vendorExtensions

      public ExternalDocs 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