Package io.thestencil.client.api.beans
Class TopicBlobBean
- java.lang.Object
-
- io.thestencil.client.api.beans.TopicBlobBean
-
- All Implemented Interfaces:
MigrationBuilder.TopicBlob
public final class TopicBlobBean extends Object implements MigrationBuilder.TopicBlob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopicBlobBean.Builder
-
Constructor Summary
Constructors Constructor Description TopicBlobBean()TopicBlobBean(String id, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicBlobBean.Builderbuilder()booleanequals(Object another)StringgetId()StringgetValue()inthashCode()voidsetId(String id)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
setId
public void setId(String id)
-
setValue
public void setValue(String value)
-
getId
public String getId()
- Specified by:
getIdin interfaceMigrationBuilder.TopicBlob
-
getValue
public String getValue()
- Specified by:
getValuein interfaceMigrationBuilder.TopicBlob
-
builder
public static TopicBlobBean.Builder builder()
-
-