Klasse Model
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Model
- Bekannte direkte Unterklassen:
ArrayModel,ComposedModel,RefModel,StringSchemaModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Model
extends Object
Model
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedModel()Model(String description, Object example, ExternalDocs externalDocs, Map<String, Object> properties, String reference, String title, String type, Map<String, Object> vendorExtensions) Constructs a validated instance ofModel.Constructs a validated instance ofModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Model.ModelBuilderbuilder()protected booleandescription(String description) booleanexample()externalDocs(ExternalDocs externalDocs) inthashCode()properties(Map<String, Object> properties) title()toString()type()vendorExtensions(Map<String, Object> vendorExtensions)
-
Felddetails
-
description
-
example
-
externalDocs
-
properties
-
reference
-
title
-
type
-
vendorExtensions
-
-
Konstruktordetails
-
Model
Constructs a validated instance ofModel.- Parameter:
spec- the specification to process
-
Model
@Internal public Model(String description, Object example, ExternalDocs externalDocs, Map<String, Object> properties, String reference, String title, String type, Map<String, Object> vendorExtensions) Constructs a validated instance ofModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Model(Consumer)instead.- Parameter:
description- var.nameexample- var.nameexternalDocs- var.nameproperties- var.namereference- var.nametitle- var.nametype- var.namevendorExtensions- var.name
-
Model
protected Model()
-
-
Methodendetails
-
builder
-
description
-
example
-
externalDocs
-
properties
-
reference
-
title
-
type
-
vendorExtensions
-
description
- Gibt zurück:
this.
-
example
- Gibt zurück:
this.
-
externalDocs
- Gibt zurück:
this.
-
properties
- Gibt zurück:
this.
-
reference
- Gibt zurück:
this.
-
title
- Gibt zurück:
this.
-
type
- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-