public class Port extends Referenceable
| Constructor and Description |
|---|
Port() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDisplayName()
Gets display name.
|
PortType |
getPortType()
Gets port type.
|
UpdateSemantic |
getUpdateSemantic()
Gets update semantic.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
Sets display name.
|
void |
setPortType(PortType portType)
Sets port type.
|
void |
setUpdateSemantic(UpdateSemantic updateSemantic)
Sets update semantic.
|
String |
toString() |
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic UpdateSemantic getUpdateSemantic()
public String getDisplayName()
public PortType getPortType()
public void setDisplayName(String displayName)
displayName - the display namepublic void setPortType(PortType portType)
portType - the port typepublic void setUpdateSemantic(UpdateSemantic updateSemantic)
updateSemantic - the update semanticpublic boolean equals(Object o)
equals in class Referenceableprotected boolean canEqual(Object other)
canEqual in class Referenceablepublic int hashCode()
hashCode in class Referenceablepublic String toString()
toString in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.