-
public final class MessageResponseKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessageResponseKt.Dsl.Companion
-
Field Summary
Fields Modifier and Type Field Description private Anyresponse
-
Method Summary
Modifier and Type Method Description final AnygetResponse()final UnitsetResponse(Any response)final UnitclearResponse().google.protobuf.Any response = 1;final BooleanhasResponse().google.protobuf.Any response = 1;-
-
Method Detail
-
getResponse
final Any getResponse()
-
setResponse
final Unit setResponse(Any response)
-
clearResponse
final Unit clearResponse()
.google.protobuf.Any response = 1;
-
hasResponse
final Boolean hasResponse()
.google.protobuf.Any response = 1;
-
-
-
-