Package com.oracle.bmc.datascience.model
Class PipelineJsonStepOutputParameterDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datascience.model.PipelineStepOutputParameterDetails
-
- com.oracle.bmc.datascience.model.PipelineJsonStepOutputParameterDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class PipelineJsonStepOutputParameterDetails extends PipelineStepOutputParameterDetails
Pipeline JSON output parameter details
Note: Objects should always be created or deserialized using thePipelineJsonStepOutputParameterDetails.Builder
.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the
PipelineJsonStepOutputParameterDetails.Builder
, which maintain a set of all explicitly set fields calledPipelineJsonStepOutputParameterDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PipelineJsonStepOutputParameterDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.datascience.model.PipelineStepOutputParameterDetails
PipelineStepOutputParameterDetails.OutputParameterType
-
-
Constructor Summary
Constructors Constructor Description PipelineJsonStepOutputParameterDetails(List<String> parameterNames, String outputFile)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipelineJsonStepOutputParameterDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getOutputFile()
Output file nameList<String>
getParameterNames()
The list of parameter names that will be output by this stepint
hashCode()
PipelineJsonStepOutputParameterDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
PipelineJsonStepOutputParameterDetails
@Deprecated public PipelineJsonStepOutputParameterDetails(List<String> parameterNames, String outputFile)
Deprecated.
-
-
Method Detail
-
builder
public static PipelineJsonStepOutputParameterDetails.Builder builder()
Create a new builder.
-
toBuilder
public PipelineJsonStepOutputParameterDetails.Builder toBuilder()
-
getParameterNames
public List<String> getParameterNames()
The list of parameter names that will be output by this step- Returns:
- the value
-
getOutputFile
public String getOutputFile()
Output file name- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classPipelineStepOutputParameterDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classPipelineStepOutputParameterDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPipelineStepOutputParameterDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPipelineStepOutputParameterDetails
-
-