@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class InputLink extends FlowPortLink
Details about the incoming data to an operator in a data flow design.
Note: Objects should always be created or deserialized using the InputLink.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 InputLink.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
InputLink.Builder |
FlowPortLink.ModelType
Constructor and Description |
---|
InputLink(String key,
String modelVersion,
ParentReference parentRef,
Integer objectStatus,
String description,
String port,
String fromLink,
FieldMap fieldMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InputLink.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
FieldMap |
getFieldMap() |
String |
getFromLink()
The from link reference.
|
int |
hashCode() |
InputLink.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 InputLink(String key, String modelVersion, ParentReference parentRef, Integer objectStatus, String description, String port, String fromLink, FieldMap fieldMap)
public static InputLink.Builder builder()
Create a new builder.
public InputLink.Builder toBuilder()
public String getFromLink()
The from link reference.
public FieldMap getFieldMap()
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–2023. All rights reserved.