@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class OutputLink extends FlowPortLink
Details about the outgoing data of an operator in a data flow design.
Note: Objects should always be created or deserialized using the OutputLink.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 OutputLink.Builder
, which maintain a
set of all explicitly set fields called OutputLink.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
OutputLink.Builder |
FlowPortLink.ModelType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OutputLink(String key,
String modelVersion,
ParentReference parentRef,
Integer objectStatus,
String description,
String port,
List<String> toLinks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OutputLink.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getToLinks()
The links from this output link to connect to other links in flow.
|
int |
hashCode() |
OutputLink.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getDescription, getKey, getModelVersion, getObjectStatus, getParentRef, getPort
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public OutputLink(String key, String modelVersion, ParentReference parentRef, Integer objectStatus, String description, String port, List<String> toLinks)
public static OutputLink.Builder builder()
Create a new builder.
public OutputLink.Builder toBuilder()
public List<String> getToLinks()
The links from this output link to connect to other links in flow.
public String toString()
toString
in class FlowPortLink
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class FlowPortLink
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class FlowPortLink
public int hashCode()
hashCode
in class FlowPortLink
Copyright © 2016–2024. All rights reserved.