Package io.thestencil.client.spi.beans
Class TopicLinkBean
- java.lang.Object
-
- io.thestencil.client.spi.beans.TopicLinkBean
-
- All Implemented Interfaces:
MigrationBuilder.TopicLink
public final class TopicLinkBean extends Object implements MigrationBuilder.TopicLink
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopicLinkBean.Builder
-
Constructor Summary
Constructors Constructor Description TopicLinkBean()TopicLinkBean(String id, String path, String type, String name, String value, Boolean global, Boolean workflow)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicLinkBean.Builderbuilder()booleanequals(Object another)BooleangetGlobal()StringgetId()StringgetName()StringgetPath()StringgetType()StringgetValue()BooleangetWorkflow()inthashCode()voidsetGlobal(Boolean global)voidsetId(String id)voidsetName(String name)voidsetPath(String path)voidsetType(String type)voidsetValue(String value)voidsetWorkflow(Boolean workflow)StringtoString()
-
-
-
Method Detail
-
setId
public void setId(String id)
-
setPath
public void setPath(String path)
-
setType
public void setType(String type)
-
setName
public void setName(String name)
-
setValue
public void setValue(String value)
-
setGlobal
public void setGlobal(Boolean global)
-
setWorkflow
public void setWorkflow(Boolean workflow)
-
getId
public String getId()
- Specified by:
getIdin interfaceMigrationBuilder.TopicLink
-
getPath
public String getPath()
- Specified by:
getPathin interfaceMigrationBuilder.TopicLink
-
getType
public String getType()
- Specified by:
getTypein interfaceMigrationBuilder.TopicLink
-
getName
public String getName()
- Specified by:
getNamein interfaceMigrationBuilder.TopicLink
-
getValue
public String getValue()
- Specified by:
getValuein interfaceMigrationBuilder.TopicLink
-
getGlobal
public Boolean getGlobal()
- Specified by:
getGlobalin interfaceMigrationBuilder.TopicLink
-
getWorkflow
public Boolean getWorkflow()
- Specified by:
getWorkflowin interfaceMigrationBuilder.TopicLink
-
builder
public static TopicLinkBean.Builder builder()
-
-