@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class Link extends Object
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
Link |
customProperties(Map<String,String> customProperties) |
Link |
description(String description) |
boolean |
equals(Object o) |
Map<String,String> |
getCustomProperties()
Returns the custom properties for the represented link.
|
String |
getDescription()
Returns the description for the represented link.
|
Integer |
getId()
Returns the ID of the represented link.
|
String |
getLinkDefinitionDescription()
Returns the description of the link definition.
|
Integer |
getLinkDefinitionId()
Returns the ID of the link definition.
|
String |
getSourceFullPath()
Returns the full path to the source entry of the represented link.
|
Integer |
getSourceId()
Returns the ID of the source entry of the represented link.
|
String |
getSourceLabel()
Returns the label for the source entry in the link definition.
|
String |
getSourceLink()
Returns the navigation link to the source entry.
|
String |
getTargetFullPath()
Returns the full path to the target entry of the represented link.
|
Integer |
getTargetId()
Returns the ID of the target entry of the represented link.
|
String |
getTargetLabel()
Returns the label for the target entry in the link definition.
|
String |
getTargetLink()
Returns the navigation link to the target entry.
|
int |
hashCode() |
Link |
id(Integer id) |
Link |
linkDefinitionDescription(String linkDefinitionDescription) |
Link |
linkDefinitionId(Integer linkDefinitionId) |
Link |
putCustomPropertiesItem(String key,
String customPropertiesItem) |
void |
setCustomProperties(Map<String,String> customProperties) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setLinkDefinitionDescription(String linkDefinitionDescription) |
void |
setLinkDefinitionId(Integer linkDefinitionId) |
void |
setSourceFullPath(String sourceFullPath) |
void |
setSourceId(Integer sourceId) |
void |
setSourceLabel(String sourceLabel) |
void |
setSourceLink(String sourceLink) |
void |
setTargetFullPath(String targetFullPath) |
void |
setTargetId(Integer targetId) |
void |
setTargetLabel(String targetLabel) |
void |
setTargetLink(String targetLink) |
Link |
sourceFullPath(String sourceFullPath) |
Link |
sourceId(Integer sourceId) |
Link |
sourceLabel(String sourceLabel) |
Link |
sourceLink(String sourceLink) |
Link |
targetFullPath(String targetFullPath) |
Link |
targetId(Integer targetId) |
Link |
targetLabel(String targetLabel) |
Link |
targetLink(String targetLink) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getDescription()
public void setDescription(String description)
public Integer getSourceId()
public void setSourceId(Integer sourceId)
public String getSourceFullPath()
public void setSourceFullPath(String sourceFullPath)
public String getSourceLabel()
public void setSourceLabel(String sourceLabel)
public String getSourceLink()
public void setSourceLink(String sourceLink)
public Integer getTargetId()
public void setTargetId(Integer targetId)
public String getTargetFullPath()
public void setTargetFullPath(String targetFullPath)
public String getTargetLabel()
public void setTargetLabel(String targetLabel)
public String getTargetLink()
public void setTargetLink(String targetLink)
public Integer getLinkDefinitionId()
public void setLinkDefinitionId(Integer linkDefinitionId)
public String getLinkDefinitionDescription()
public void setLinkDefinitionDescription(String linkDefinitionDescription)
public Link putCustomPropertiesItem(String key, String customPropertiesItem)
public Map<String,String> getCustomProperties()
Copyright © 2025. All rights reserved.