Class IdUtils
java.lang.Object
io.dialob.session.engine.session.model.IdUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic ItemIdreadIdFrom(com.google.protobuf.CodedInputStream input) static ItemIdstatic ItemIdstatic ItemIdtoIdNullable(String itemId) static Stringstatic StringtoString(ValueSetId valueSetId) static ItemIdstatic void
-
Field Details
-
QUESTIONNAIRE_ID
-
-
Constructor Details
-
IdUtils
public IdUtils()
-
-
Method Details
-
toString
-
toString
-
toIdNullable
-
toId
-
toId
-
withIndex
-
matches
-
matches
-
writeIdTo
public static void writeIdTo(@Nullable ItemId id, com.google.protobuf.CodedOutputStream output) throws IOException - Throws:
IOException
-
readIdFrom
@Nullable public static ItemId readIdFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-