@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2022-10-17T11:38:41.655-04:00[America/New_York]") public class EntryLinkTypeInfo extends Object
| Constructor and Description |
|---|
EntryLinkTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLinkTypeDescription() |
Integer |
getLinkTypeId() |
String |
getSourceLabel() |
String |
getTargetLabel() |
int |
hashCode() |
EntryLinkTypeInfo |
linkTypeDescription(String linkTypeDescription) |
EntryLinkTypeInfo |
linkTypeId(Integer linkTypeId) |
void |
setLinkTypeDescription(String linkTypeDescription) |
void |
setLinkTypeId(Integer linkTypeId) |
void |
setSourceLabel(String sourceLabel) |
void |
setTargetLabel(String targetLabel) |
EntryLinkTypeInfo |
sourceLabel(String sourceLabel) |
EntryLinkTypeInfo |
targetLabel(String targetLabel) |
String |
toString() |
public EntryLinkTypeInfo linkTypeId(Integer linkTypeId)
public Integer getLinkTypeId()
public void setLinkTypeId(Integer linkTypeId)
public EntryLinkTypeInfo sourceLabel(String sourceLabel)
public String getSourceLabel()
public void setSourceLabel(String sourceLabel)
public EntryLinkTypeInfo targetLabel(String targetLabel)
public String getTargetLabel()
public void setTargetLabel(String targetLabel)
public EntryLinkTypeInfo linkTypeDescription(String linkTypeDescription)
public String getLinkTypeDescription()
public void setLinkTypeDescription(String linkTypeDescription)
Copyright © 2022. All rights reserved.