Klasse DataSource
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.DataSource
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DataSource
extends Object
DataSource
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DataSource
(String contentType, Object inputStream, String name, Object outputStream) Constructs a validated instance ofDataSource
.DataSource
(Consumer<DataSource> spec) Constructs a validated instance ofDataSource
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DataSource.DataSourceBuilder
builder()
protected boolean
contentType
(String contentType) boolean
int
hashCode()
inputStream
(Object inputStream) name()
outputStream
(Object outputStream) toString()
-
Felddetails
-
contentType
-
inputStream
-
name
-
outputStream
-
-
Konstruktordetails
-
DataSource
Constructs a validated instance ofDataSource
.- Parameter:
spec
- the specification to process
-
DataSource
@Internal public DataSource(String contentType, Object inputStream, String name, Object outputStream) Constructs a validated instance ofDataSource
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DataSource(Consumer)
instead.- Parameter:
contentType
- var.nameinputStream
- var.namename
- var.nameoutputStream
- var.name
-
DataSource
protected DataSource()
-
-
Methodendetails
-
builder
-
contentType
-
inputStream
-
name
-
outputStream
-
contentType
- Gibt zurück:
this
.
-
inputStream
- Gibt zurück:
this
.
-
name
- Gibt zurück:
this
.
-
outputStream
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-