Package com.oracle.bmc.devops.model
Class SummarizeProjectRepositoryAnalyticsDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.devops.model.SummarizeProjectRepositoryAnalyticsDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class SummarizeProjectRepositoryAnalyticsDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the user configured settings for viewing the metrics at project level.
 Note: Objects should always be created or deserialized using theSummarizeProjectRepositoryAnalyticsDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theSummarizeProjectRepositoryAnalyticsDetails.Builder, which maintain a set of all explicitly set fields calledSummarizeProjectRepositoryAnalyticsDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSummarizeProjectRepositoryAnalyticsDetails.AggregationDurationMetrics aggregated for the defined period.static classSummarizeProjectRepositoryAnalyticsDetails.Builderstatic classSummarizeProjectRepositoryAnalyticsDetails.GroupByAttribute by which metric data has to be grouped
 - 
Constructor SummaryConstructors Constructor Description SummarizeProjectRepositoryAnalyticsDetails(String authorEmail, List<MetricName> repositoryMetrics, SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration aggregationDuration, Date startTime, Date endTime, SummarizeProjectRepositoryAnalyticsDetails.GroupBy groupBy)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeProjectRepositoryAnalyticsDetails.Builderbuilder()Create a new builder.booleanequals(Object o)SummarizeProjectRepositoryAnalyticsDetails.AggregationDurationgetAggregationDuration()Metrics aggregated for the defined period.StringgetAuthorEmail()Email address of the author.DategetEndTime()The end of the metric data query time range.SummarizeProjectRepositoryAnalyticsDetails.GroupBygetGroupBy()Attribute by which metric data has to be groupedList<MetricName>getRepositoryMetrics()The name of the metric to be filtered.DategetStartTime()The beginning of the metric data query time range.inthashCode()SummarizeProjectRepositoryAnalyticsDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SummarizeProjectRepositoryAnalyticsDetails@Deprecated @ConstructorProperties({"authorEmail","repositoryMetrics","aggregationDuration","startTime","endTime","groupBy"}) public SummarizeProjectRepositoryAnalyticsDetails(String authorEmail, List<MetricName> repositoryMetrics, SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration aggregationDuration, Date startTime, Date endTime, SummarizeProjectRepositoryAnalyticsDetails.GroupBy groupBy) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SummarizeProjectRepositoryAnalyticsDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic SummarizeProjectRepositoryAnalyticsDetails.Builder toBuilder() 
 - 
getAuthorEmailpublic String getAuthorEmail() Email address of the author.- Returns:
- the value
 
 - 
getRepositoryMetricspublic List<MetricName> getRepositoryMetrics() The name of the metric to be filtered.- Returns:
- the value
 
 - 
getAggregationDurationpublic SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration getAggregationDuration() Metrics aggregated for the defined period.- Returns:
- the value
 
 - 
getStartTimepublic Date getStartTime() The beginning of the metric data query time range.- Returns:
- the value
 
 - 
getEndTimepublic Date getEndTime() The end of the metric data query time range.- Returns:
- the value
 
 - 
getGroupBypublic SummarizeProjectRepositoryAnalyticsDetails.GroupBy getGroupBy() Attribute by which metric data has to be grouped- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-