Package io.dialob.executor.model
Class ValueSetState
- java.lang.Object
-
- io.dialob.executor.model.ValueSetState
-
- All Implemented Interfaces:
SessionObject,Serializable
public class ValueSetState extends Object implements SessionObject
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueSetState.EntryclassValueSetState.UpdateBuilder
-
Constructor Summary
Constructors Constructor Description ValueSetState(ValueSetId id)ValueSetState(ValueSetState valueSetState)ValueSetState(String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValueSetState.Entry>getEntries()ValueSetIdgetId()static ValueSetStatereadFrom(com.google.protobuf.CodedInputStream input)ValueSetState.UpdateBuilderupdate()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.dialob.executor.model.SessionObject
isActive, isDisabled, isDisplayItem
-
-
-
-
Constructor Detail
-
ValueSetState
public ValueSetState(@Nonnull ValueSetId id)
-
ValueSetState
public ValueSetState(@Nonnull String id)
-
ValueSetState
public ValueSetState(@Nonnull ValueSetState valueSetState)
-
-
Method Detail
-
update
public ValueSetState.UpdateBuilder update()
-
getId
@Nonnull public ValueSetId getId()
- Specified by:
getIdin interfaceSessionObject
-
getEntries
@Nonnull public List<ValueSetState.Entry> getEntries()
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Throws:
IOException
-
readFrom
public static ValueSetState readFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
-