@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class WEntryLinkInfo extends Object
| Constructor and Description |
|---|
WEntryLinkInfo() |
| Modifier and Type | Method and Description |
|---|---|
WEntryLinkInfo |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Returns the descriptive text for the represented entry link.
|
Integer |
getLinkId()
Returns the ID of the entry link.
|
Map<String,String> |
getLinkProperties()
Returns the properties for the entry link.
|
String |
getLinkTypeDescription()
Returns the description of the link type.
|
Integer |
getLinkTypeId()
Returns the ID of the entry link type.
|
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 type.
|
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 type.
|
String |
getTargetLink()
Returns the navigation link to the target entry.
|
int |
hashCode() |
WEntryLinkInfo |
linkId(Integer linkId) |
WEntryLinkInfo |
linkProperties(Map<String,String> linkProperties) |
WEntryLinkInfo |
linkTypeDescription(String linkTypeDescription) |
WEntryLinkInfo |
linkTypeId(Integer linkTypeId) |
WEntryLinkInfo |
putLinkPropertiesItem(String key,
String linkPropertiesItem) |
void |
setDescription(String description) |
void |
setLinkId(Integer linkId) |
void |
setLinkProperties(Map<String,String> linkProperties) |
void |
setLinkTypeDescription(String linkTypeDescription) |
void |
setLinkTypeId(Integer linkTypeId) |
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) |
WEntryLinkInfo |
sourceFullPath(String sourceFullPath) |
WEntryLinkInfo |
sourceId(Integer sourceId) |
WEntryLinkInfo |
sourceLabel(String sourceLabel) |
WEntryLinkInfo |
sourceLink(String sourceLink) |
WEntryLinkInfo |
targetFullPath(String targetFullPath) |
WEntryLinkInfo |
targetId(Integer targetId) |
WEntryLinkInfo |
targetLabel(String targetLabel) |
WEntryLinkInfo |
targetLink(String targetLink) |
String |
toString() |
public WEntryLinkInfo linkId(Integer linkId)
public Integer getLinkId()
public void setLinkId(Integer linkId)
public WEntryLinkInfo sourceId(Integer sourceId)
public Integer getSourceId()
public void setSourceId(Integer sourceId)
public WEntryLinkInfo sourceFullPath(String sourceFullPath)
public String getSourceFullPath()
public void setSourceFullPath(String sourceFullPath)
public WEntryLinkInfo sourceLabel(String sourceLabel)
public String getSourceLabel()
public void setSourceLabel(String sourceLabel)
public WEntryLinkInfo targetId(Integer targetId)
public Integer getTargetId()
public void setTargetId(Integer targetId)
public WEntryLinkInfo targetFullPath(String targetFullPath)
public String getTargetFullPath()
public void setTargetFullPath(String targetFullPath)
public WEntryLinkInfo targetLabel(String targetLabel)
public String getTargetLabel()
public void setTargetLabel(String targetLabel)
public WEntryLinkInfo description(String description)
public String getDescription()
public void setDescription(String description)
public WEntryLinkInfo linkTypeDescription(String linkTypeDescription)
public String getLinkTypeDescription()
public void setLinkTypeDescription(String linkTypeDescription)
public WEntryLinkInfo linkTypeId(Integer linkTypeId)
public Integer getLinkTypeId()
public void setLinkTypeId(Integer linkTypeId)
public WEntryLinkInfo linkProperties(Map<String,String> linkProperties)
public WEntryLinkInfo putLinkPropertiesItem(String key, String linkPropertiesItem)
public Map<String,String> getLinkProperties()
public WEntryLinkInfo sourceLink(String sourceLink)
public String getSourceLink()
public void setSourceLink(String sourceLink)
public WEntryLinkInfo targetLink(String targetLink)
public String getTargetLink()
public void setTargetLink(String targetLink)
Copyright © 2025. All rights reserved.