public static final class BatchReport.Metadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.Metadata.Builder> implements BatchReport.MetadataOrBuilder
Metadata| Modifier and Type | Method and Description |
|---|---|
BatchReport.Metadata |
build() |
BatchReport.Metadata |
buildPartial() |
BatchReport.Metadata.Builder |
clear() |
BatchReport.Metadata.Builder |
clearAnalysisDate()
optional int64 analysis_date = 1; |
BatchReport.Metadata.Builder |
clearBranch()
optional string branch = 3; |
BatchReport.Metadata.Builder |
clearCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5; |
BatchReport.Metadata.Builder |
clearProjectKey()
optional string project_key = 2; |
BatchReport.Metadata.Builder |
clearRootComponentRef()
optional int32 root_component_ref = 4; |
long |
getAnalysisDate()
optional int64 analysis_date = 1; |
String |
getBranch()
optional string branch = 3; |
com.google.protobuf.ByteString |
getBranchBytes()
optional string branch = 3; |
boolean |
getCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5; |
BatchReport.Metadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getProjectKey()
optional string project_key = 2; |
com.google.protobuf.ByteString |
getProjectKeyBytes()
optional string project_key = 2; |
int |
getRootComponentRef()
optional int32 root_component_ref = 4; |
boolean |
hasAnalysisDate()
optional int64 analysis_date = 1; |
boolean |
hasBranch()
optional string branch = 3; |
boolean |
hasCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5; |
boolean |
hasProjectKey()
optional string project_key = 2; |
boolean |
hasRootComponentRef()
optional int32 root_component_ref = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchReport.Metadata.Builder |
mergeFrom(BatchReport.Metadata other) |
BatchReport.Metadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Metadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.Metadata.Builder |
setAnalysisDate(long value)
optional int64 analysis_date = 1; |
BatchReport.Metadata.Builder |
setBranch(String value)
optional string branch = 3; |
BatchReport.Metadata.Builder |
setBranchBytes(com.google.protobuf.ByteString value)
optional string branch = 3; |
BatchReport.Metadata.Builder |
setCrossProjectDuplicationActivated(boolean value)
optional bool cross_project_duplication_activated = 5; |
BatchReport.Metadata.Builder |
setProjectKey(String value)
optional string project_key = 2; |
BatchReport.Metadata.Builder |
setProjectKeyBytes(com.google.protobuf.ByteString value)
optional string project_key = 2; |
BatchReport.Metadata.Builder |
setRootComponentRef(int value)
optional int32 root_component_ref = 4; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Metadata.Builder>public BatchReport.Metadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Metadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Metadata.Builder>public BatchReport.Metadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.Metadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Metadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Metadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Metadata.Builder>public BatchReport.Metadata.Builder mergeFrom(BatchReport.Metadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Metadata.Builder>public BatchReport.Metadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Metadata.Builder>IOExceptionpublic boolean hasAnalysisDate()
optional int64 analysis_date = 1;hasAnalysisDate in interface BatchReport.MetadataOrBuilderpublic long getAnalysisDate()
optional int64 analysis_date = 1;getAnalysisDate in interface BatchReport.MetadataOrBuilderpublic BatchReport.Metadata.Builder setAnalysisDate(long value)
optional int64 analysis_date = 1;public BatchReport.Metadata.Builder clearAnalysisDate()
optional int64 analysis_date = 1;public boolean hasProjectKey()
optional string project_key = 2;
TODO should we keep this project_key here or not ? Because it's a duplication of Component.key
hasProjectKey in interface BatchReport.MetadataOrBuilderpublic String getProjectKey()
optional string project_key = 2;
TODO should we keep this project_key here or not ? Because it's a duplication of Component.key
getProjectKey in interface BatchReport.MetadataOrBuilderpublic com.google.protobuf.ByteString getProjectKeyBytes()
optional string project_key = 2;
TODO should we keep this project_key here or not ? Because it's a duplication of Component.key
getProjectKeyBytes in interface BatchReport.MetadataOrBuilderpublic BatchReport.Metadata.Builder setProjectKey(String value)
optional string project_key = 2;
TODO should we keep this project_key here or not ? Because it's a duplication of Component.key
public BatchReport.Metadata.Builder clearProjectKey()
optional string project_key = 2;
TODO should we keep this project_key here or not ? Because it's a duplication of Component.key
public BatchReport.Metadata.Builder setProjectKeyBytes(com.google.protobuf.ByteString value)
optional string project_key = 2;
TODO should we keep this project_key here or not ? Because it's a duplication of Component.key
public boolean hasBranch()
optional string branch = 3;hasBranch in interface BatchReport.MetadataOrBuilderpublic String getBranch()
optional string branch = 3;getBranch in interface BatchReport.MetadataOrBuilderpublic com.google.protobuf.ByteString getBranchBytes()
optional string branch = 3;getBranchBytes in interface BatchReport.MetadataOrBuilderpublic BatchReport.Metadata.Builder setBranch(String value)
optional string branch = 3;public BatchReport.Metadata.Builder clearBranch()
optional string branch = 3;public BatchReport.Metadata.Builder setBranchBytes(com.google.protobuf.ByteString value)
optional string branch = 3;public boolean hasRootComponentRef()
optional int32 root_component_ref = 4;hasRootComponentRef in interface BatchReport.MetadataOrBuilderpublic int getRootComponentRef()
optional int32 root_component_ref = 4;getRootComponentRef in interface BatchReport.MetadataOrBuilderpublic BatchReport.Metadata.Builder setRootComponentRef(int value)
optional int32 root_component_ref = 4;public BatchReport.Metadata.Builder clearRootComponentRef()
optional int32 root_component_ref = 4;public boolean hasCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5;hasCrossProjectDuplicationActivated in interface BatchReport.MetadataOrBuilderpublic boolean getCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5;getCrossProjectDuplicationActivated in interface BatchReport.MetadataOrBuilderpublic BatchReport.Metadata.Builder setCrossProjectDuplicationActivated(boolean value)
optional bool cross_project_duplication_activated = 5;public BatchReport.Metadata.Builder clearCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5;Copyright © 2009–2016 SonarSource. All rights reserved.