public class TypeHeader extends ObjectPrinter
| Constructor and Description |
|---|
TypeHeader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare) |
String |
getClassName()
Retrieve the class name of this type, as used for xmeta.
|
String |
getGroup()
Retrieve optional field indicating the group of types to which this type belongs.
|
String |
getId()
Retrieve the ID of this type, as used in the REST API.
|
String |
getName()
Retrieve the display name of this type.
|
String |
getPlural()
Retrieve the plural form of the display name of this type.
|
String |
getUrl()
Retrieve the URL to retrieve detailed information about the type via the REST API.
|
int |
hashCode() |
boolean |
includedInBusinessLineage()
Retrieve whether this type is included in business lineage (true) or not (false).
|
boolean |
includedInDataLineage()
Retrieve whether this type is included in data lineage (true) or not (false).
|
void |
setBusinessLineage(boolean businessLineage)
Set whether this type is included in business lineage (true) or not (false).
|
void |
setClassName(String className)
Set the class name of this type, as used for xmeta.
|
void |
setDataLineage(boolean dataLineage)
Set whether this type is included in data lineage (true) or not (false).
|
void |
setGroup(String group)
Set optional field indicating the group of types to which this type belongs.
|
void |
setId(String id)
Set the ID of this type, as used in the REST API.
|
void |
setName(String name)
Set the display name of this type.
|
void |
setPlural(String plural)
Set the plural form of the display name of this type.
|
void |
setUrl(String url)
Set the URL to retrieve detailed information about the type via the REST API.
|
toStringpublic boolean includedInBusinessLineage()
public void setBusinessLineage(boolean businessLineage)
businessLineage - true to enable business lineage, false to disable itpublic String getName()
public void setName(String name)
name - the display namepublic String getPlural()
public void setPlural(String plural)
plural - the plural form of the display namepublic String getId()
public void setId(String id)
id - the ID of this typepublic String getClassName()
public void setClassName(String className)
className - the class name of this typepublic String getUrl()
public void setUrl(String url)
url - the URL to retrieve detailed information about the typepublic boolean includedInDataLineage()
public void setDataLineage(boolean dataLineage)
dataLineage - true to enable data lineage, false to disable itpublic String getGroup()
public void setGroup(String group)
group - the group to which this type belongsCopyright © 2018–2021 ODPi. All rights reserved.