public static interface BatchReport.MetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAnalysisDate()
optional int64 analysis_date = 1;long getAnalysisDate()
optional int64 analysis_date = 1;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
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
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
boolean hasBranch()
optional string branch = 3;com.google.protobuf.ByteString getBranchBytes()
optional string branch = 3;boolean hasRootComponentRef()
optional int32 root_component_ref = 4;int getRootComponentRef()
optional int32 root_component_ref = 4;boolean hasCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5;boolean getCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5;Copyright © 2009–2016 SonarSource. All rights reserved.