Klasse ModelImpl
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Model<Property>
io.github.primelib.webmethodsapigateway4j.model.ModelImpl
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ModelImpl
extends Model<Property>
ModelImpl
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Object
protected Boolean
protected Object
protected String
protected String
protected BigDecimal
protected BigDecimal
protected String
protected Boolean
protected Xml
Von Klasse geerbte Felder io.github.primelib.webmethodsapigateway4j.model.Model
description, example, externalDocs, reference, title, type, vendorExtensions
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ModelImpl
(Object additionalProperties, Boolean allowEmptyValue, Object defaultValue, String discriminator, List<String> _enum, String format, BigDecimal maximum, BigDecimal minimum, String name, Map<String, Property> properties, List<String> required, Boolean uniqueItems, Xml xml) Constructs a validated implementation ofModelImpl
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_enum()
additionalProperties
(Object additionalProperties) allowEmptyValue
(Boolean allowEmptyValue) protected boolean
defaultValue
(Object defaultValue) discriminator
(String discriminator) boolean
format()
int
hashCode()
maximum()
maximum
(BigDecimal maximum) minimum()
minimum
(BigDecimal minimum) name()
properties
(Map<String, Property> properties) required()
toString()
uniqueItems
(Boolean uniqueItems) xml()
Von Klasse geerbte Methoden io.github.primelib.webmethodsapigateway4j.model.Model
description, description, example, example, externalDocs, externalDocs, reference, reference, title, title, type, type, vendorExtensions, vendorExtensions
-
Felddetails
-
additionalProperties
-
allowEmptyValue
-
defaultValue
-
discriminator
-
_enum
-
format
-
maximum
-
minimum
-
name
-
properties
-
required
-
uniqueItems
-
xml
-
-
Konstruktordetails
-
ModelImpl
Constructs a validated implementation ofModelImpl
.- Parameter:
spec
- the specification to process
-
ModelImpl
-
ModelImpl
protected ModelImpl()
-
-
Methodendetails
-
additionalProperties
-
allowEmptyValue
-
defaultValue
-
discriminator
-
_enum
-
format
-
maximum
-
minimum
-
name
-
properties
- Setzt außer Kraft:
properties
in KlasseModel<Property>
-
required
-
uniqueItems
-
xml
-
additionalProperties
- Gibt zurück:
this
.
-
allowEmptyValue
- Gibt zurück:
this
.
-
defaultValue
- Gibt zurück:
this
.
-
discriminator
- Gibt zurück:
this
.
-
_enum
- Gibt zurück:
this
.
-
format
- Gibt zurück:
this
.
-
maximum
- Gibt zurück:
this
.
-
minimum
- Gibt zurück:
this
.
-
name
- Gibt zurück:
this
.
-
properties
- Setzt außer Kraft:
properties
in KlasseModel<Property>
- Gibt zurück:
this
.
-
required
- Gibt zurück:
this
.
-
uniqueItems
- Gibt zurück:
this
.
-
xml
- Gibt zurück:
this
.
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-