Record Class DashScopeApiSpec.UpsertPipelineRequest
java.lang.Object
java.lang.Record
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.UpsertPipelineRequest
- Enclosing class:
- DashScopeApiSpec
-
Constructor Summary
ConstructorsConstructorDescriptionUpsertPipelineRequest(String name, String pipelineType, String pipelineDescription, String dataType, String configModel, List transformations, List<DashScopeApiSpec.DataSourcesConfig> dataSources, List<DashScopeApiSpec.DataSinksConfig> dataSinks) Creates an instance of aUpsertPipelineRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconfigModelrecord component.Returns the value of thedataSinksrecord component.Returns the value of thedataSourcesrecord component.dataType()Returns the value of thedataTyperecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.Returns the value of thepipelineDescriptionrecord component.Returns the value of thepipelineTyperecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetransformationsrecord component.
-
Constructor Details
-
UpsertPipelineRequest
public UpsertPipelineRequest(String name, String pipelineType, String pipelineDescription, String dataType, String configModel, List transformations, List<DashScopeApiSpec.DataSourcesConfig> dataSources, List<DashScopeApiSpec.DataSinksConfig> dataSinks) Creates an instance of aUpsertPipelineRequestrecord class.- Parameters:
name- the value for thenamerecord componentpipelineType- the value for thepipelineTyperecord componentpipelineDescription- the value for thepipelineDescriptionrecord componentdataType- the value for thedataTyperecord componentconfigModel- the value for theconfigModelrecord componenttransformations- the value for thetransformationsrecord componentdataSources- the value for thedataSourcesrecord componentdataSinks- the value for thedataSinksrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
pipelineType
Returns the value of thepipelineTyperecord component.- Returns:
- the value of the
pipelineTyperecord component
-
pipelineDescription
Returns the value of thepipelineDescriptionrecord component.- Returns:
- the value of the
pipelineDescriptionrecord component
-
dataType
Returns the value of thedataTyperecord component.- Returns:
- the value of the
dataTyperecord component
-
configModel
Returns the value of theconfigModelrecord component.- Returns:
- the value of the
configModelrecord component
-
transformations
Returns the value of thetransformationsrecord component.- Returns:
- the value of the
transformationsrecord component
-
dataSources
Returns the value of thedataSourcesrecord component.- Returns:
- the value of the
dataSourcesrecord component
-
dataSinks
Returns the value of thedataSinksrecord component.- Returns:
- the value of the
dataSinksrecord component
-