Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.clear() |
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.clearCorrelationId()
optional string correlationId = 1;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.clearError()
optional string error = 2;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.clearValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.clone() |
Webswing.JsResultMsgProto.Builder |
Webswing.AppFrameMsgOutProto.Builder.getJavaResponseBuilder()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12;
|
Webswing.JsResultMsgProto.Builder |
Webswing.InputEventsFrameMsgInProto.Builder.getJsResponseBuilder()
optional .org.webswing.server.model.proto.JsResultMsgProto jsResponse = 6;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.mergeFrom(com.google.protobuf.Message other) |
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.mergeFrom(Webswing.JsResultMsgProto other) |
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.mergeValue(Webswing.JsParamMsgProto value)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
|
static Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.newBuilder() |
static Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.newBuilder(Webswing.JsResultMsgProto prototype) |
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.newBuilderForType() |
protected Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.setCorrelationId(String value)
optional string correlationId = 1;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.setCorrelationIdBytes(com.google.protobuf.ByteString value)
optional string correlationId = 1;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.setError(String value)
optional string error = 2;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.setErrorBytes(com.google.protobuf.ByteString value)
optional string error = 2;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.setValue(Webswing.JsParamMsgProto.Builder builderForValue)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.Builder.setValue(Webswing.JsParamMsgProto value)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
|
Webswing.JsResultMsgProto.Builder |
Webswing.JsResultMsgProto.toBuilder() |