Package com.ads.api.beans.common
Class Tag
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.common.Tag
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ads.api.beans.common.Node
Node.Depth, Node.InputDataType, Node.NodeType, Node.ReturnType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the auditHistory.Returns the description.intgetId()Returns the id value.getName()Returns the name value.booleanReturns the published value.voidsetAuditHistory(AuditHistory auditHistory) Method sets the auditHistory details as specified.voidsetDescription(String description) Method sets the description.voidsetId(int id) Method sets the id value.voidMethod sets the name.voidsetPublished(boolean published) Method sets the published value.voidsetScopeObjectTypes(List<String> scopeObjectTypes) toString()Methods inherited from class com.ads.api.beans.common.Node
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, getObjectTypeId, setChildNodes, setEndPointType, setNodeId, setNodeType, setObjectTypeId
-
Constructor Details
-
Tag
public Tag()
-
-
Method Details
-
getId
public int getId()Returns the id value.- Returns:
- id int.
-
setId
public void setId(int id) Method sets the id value.- Parameters:
id- int.
-
getName
Returns the name value.- Returns:
- name String.
-
setName
Method sets the name.- Parameters:
name- String.
-
getDescription
Returns the description.- Returns:
- description String.
-
setDescription
Method sets the description.- Parameters:
description- String
-
isPublished
public boolean isPublished()Returns the published value.- Returns:
- published boolean.
-
setPublished
public void setPublished(boolean published) Method sets the published value.- Parameters:
published- boolean.
-
getScopeObjectTypes
- Returns:
-
setScopeObjectTypes
- Parameters:
scopeObjectTypes-
-
getAuditHistory
Returns the auditHistory.- Returns:
- auditHistory AuditHistory
-
setAuditHistory
Method sets the auditHistory details as specified.- Parameters:
auditHistory- AuditHistory.
-
toString
-