Klasse Info
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Info
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Info
extends Object
Info
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Info.InfoBuilderbuilder()protected booleancontact()A short description of the applicationdescription(String description) A short description of the applicationbooleaninthashCode()license()A URL to the Terms of Service for the APItermsOfService(String termsOfService) A URL to the Terms of Service for the APItitle()The title of the applicationThe title of the applicationtoString()vendorExtensions(Map<String, Object> vendorExtensions) version()Version of the APIVersion of the API
-
Felddetails
-
contact
-
description
A short description of the application -
license
-
termsOfService
A URL to the Terms of Service for the API -
title
The title of the application -
vendorExtensions
-
version
Version of the API
-
-
Konstruktordetails
-
Info
Constructs a validated instance ofInfo.- Parameter:
spec- the specification to process
-
Info
@Internal public Info(Contact contact, String description, Licence license, String termsOfService, String title, Map<String, Object> vendorExtensions, String version) Constructs a validated instance ofInfo.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Info(Consumer)instead.- Parameter:
contact- var.namedescription- A short description of the applicationlicense- var.nametermsOfService- A URL to the Terms of Service for the APItitle- The title of the applicationvendorExtensions- var.nameversion- Version of the API
-
Info
protected Info()
-
-
Methodendetails
-
builder
-
contact
-
description
A short description of the application -
license
-
termsOfService
A URL to the Terms of Service for the API -
title
The title of the application -
vendorExtensions
-
version
Version of the API -
contact
- Gibt zurück:
this.
-
description
A short description of the application- Gibt zurück:
this.
-
license
- Gibt zurück:
this.
-
termsOfService
A URL to the Terms of Service for the API- Gibt zurück:
this.
-
title
The title of the application- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
version
Version of the API- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-