Klasse BaseIntegerProperty
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Property
io.github.primelib.webmethodsapigateway4j.model.BaseIntegerProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BaseIntegerProperty
extends Property
BaseIntegerProperty
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Booleanprotected Booleanprotected BigDecimalprotected BigDecimalprotected BigDecimalVon Klasse geerbte Felder io.github.primelib.webmethodsapigateway4j.model.Property
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBaseIntegerProperty(Boolean exclusiveMaximum, Boolean exclusiveMinimum, BigDecimal maximum, BigDecimal minimum, BigDecimal multipleOf) Constructs a validated implementation ofBaseIntegerProperty. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanexclusiveMaximum(Boolean exclusiveMaximum) exclusiveMinimum(Boolean exclusiveMinimum) inthashCode()maximum()maximum(BigDecimal maximum) minimum()minimum(BigDecimal minimum) multipleOf(BigDecimal multipleOf) toString()Von Klasse geerbte Methoden io.github.primelib.webmethodsapigateway4j.model.Property
access, access, allowEmptyValue, allowEmptyValue, description, description, example, example, format, format, name, name, position, position, readOnly, readOnly, required, required, title, title, type, type, vendorExtensions, vendorExtensions, xml, xml
-
Felddetails
-
exclusiveMaximum
-
exclusiveMinimum
-
maximum
-
minimum
-
multipleOf
-
-
Konstruktordetails
-
BaseIntegerProperty
Constructs a validated implementation ofBaseIntegerProperty.- Parameter:
spec- the specification to process
-
BaseIntegerProperty
public BaseIntegerProperty(Boolean exclusiveMaximum, Boolean exclusiveMinimum, BigDecimal maximum, BigDecimal minimum, BigDecimal multipleOf) -
BaseIntegerProperty
protected BaseIntegerProperty()
-
-
Methodendetails
-
exclusiveMaximum
-
exclusiveMinimum
-
maximum
-
minimum
-
multipleOf
-
exclusiveMaximum
- Gibt zurück:
this.
-
exclusiveMinimum
- Gibt zurück:
this.
-
maximum
- Gibt zurück:
this.
-
minimum
- Gibt zurück:
this.
-
multipleOf
- Gibt zurück:
this.
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-