@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class LinkDefinition extends Object
| Constructor and Description |
|---|
LinkDefinition() |
| Modifier and Type | Method and Description |
|---|---|
LinkDefinition |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Returns the description of the link definition.
|
Integer |
getId()
Returns the ID of the link definition.
|
String |
getSourceLabel()
Returns the label for the source entry in the link definition.
|
String |
getTargetLabel()
Returns the label for the target entry in the link definition.
|
int |
hashCode() |
LinkDefinition |
id(Integer id) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setSourceLabel(String sourceLabel) |
void |
setTargetLabel(String targetLabel) |
LinkDefinition |
sourceLabel(String sourceLabel) |
LinkDefinition |
targetLabel(String targetLabel) |
String |
toString() |
public LinkDefinition id(Integer id)
public Integer getId()
public void setId(Integer id)
public LinkDefinition sourceLabel(String sourceLabel)
public String getSourceLabel()
public void setSourceLabel(String sourceLabel)
public LinkDefinition targetLabel(String targetLabel)
public String getTargetLabel()
public void setTargetLabel(String targetLabel)
public LinkDefinition description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2025. All rights reserved.