-
public final class DelightPollingResponse
-
-
Field Summary
Fields Modifier and Type Field Description private Stringuuidprivate Booleancompletedprivate Stringtextprivate Stringnew_tokensprivate DelightErrorerror
-
Constructor Summary
Constructors Constructor Description DelightPollingResponse(String uuid, Boolean completed, String text, String new_tokens, DelightError error)
-
Method Summary
Modifier and Type Method Description final StringgetUuid()final UnitsetUuid(String uuid)final BooleangetCompleted()final UnitsetCompleted(Boolean completed)final StringgetText()final UnitsetText(String text)final StringgetNew_tokens()final UnitsetNew_tokens(String new_tokens)final DelightErrorgetError()final UnitsetError(DelightError error)-
-
Constructor Detail
-
DelightPollingResponse
DelightPollingResponse(String uuid, Boolean completed, String text, String new_tokens, DelightError error)
-
-
Method Detail
-
getCompleted
final Boolean getCompleted()
-
setCompleted
final Unit setCompleted(Boolean completed)
-
getNew_tokens
final String getNew_tokens()
-
setNew_tokens
final Unit setNew_tokens(String new_tokens)
-
getError
final DelightError getError()
-
setError
final Unit setError(DelightError error)
-
-
-
-