BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.Builder.addParamBuilder()
repeated .ActiveRule.ActiveRuleParam param = 4;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.Builder.addParamBuilder(int index)
repeated .ActiveRule.ActiveRuleParam param = 4;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.clear() |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.clearKey()
optional string key = 1;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.clearValue()
optional string value = 2;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.Builder.getParamBuilder(int index)
repeated .ActiveRule.ActiveRuleParam param = 4;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.mergeFrom(BatchReport.ActiveRule.ActiveRuleParam other) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.newBuilder() |
static BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.newBuilder(BatchReport.ActiveRule.ActiveRuleParam prototype) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.newBuilderForType() |
protected BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.setKey(String value)
optional string key = 1;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.setValue(String value)
optional string value = 2;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.Builder.setValueBytes(com.google.protobuf.ByteString value)
optional string value = 2;
|
BatchReport.ActiveRule.ActiveRuleParam.Builder |
BatchReport.ActiveRule.ActiveRuleParam.toBuilder() |