public static class Segment.ThriftBuilder extends Object implements Segment.Builder<SegmentThrift>
| Constructor and Description |
|---|
ThriftBuilder(SegmentThrift builder)
Only use this if you know what you are doing.
|
| Modifier and Type | Method and Description |
|---|---|
Segment<SegmentThrift> |
build() |
Segment.Builder<SegmentThrift> |
clearId() |
Segment.Builder<SegmentThrift> |
clearName() |
Segment.Builder<SegmentThrift> |
clearValue() |
Segment.Builder<SegmentThrift> |
setId(String value) |
Segment.Builder<SegmentThrift> |
setName(String value) |
Segment.Builder<SegmentThrift> |
setValue(String value) |
public ThriftBuilder(SegmentThrift builder)
public Segment<SegmentThrift> build()
build in interface Segment.Builder<SegmentThrift>public Segment.Builder<SegmentThrift> setId(String value)
setId in interface Segment.Builder<SegmentThrift>public Segment.Builder<SegmentThrift> clearId()
clearId in interface Segment.Builder<SegmentThrift>public Segment.Builder<SegmentThrift> setName(String value)
setName in interface Segment.Builder<SegmentThrift>public Segment.Builder<SegmentThrift> clearName()
clearName in interface Segment.Builder<SegmentThrift>public Segment.Builder<SegmentThrift> setValue(String value)
setValue in interface Segment.Builder<SegmentThrift>public Segment.Builder<SegmentThrift> clearValue()
clearValue in interface Segment.Builder<SegmentThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.