Class SummaryComponentDependency

    • Constructor Detail

      • SummaryComponentDependency

        public SummaryComponentDependency​(java.lang.Integer sourceIndex,
                                          java.lang.Integer targetIndex,
                                          java.util.List<java.lang.Integer> relatedIndexes,
                                          java.lang.Boolean manual,
                                          java.lang.Integer sampleSize,
                                          java.time.LocalDateTime startTimestamp,
                                          java.time.LocalDateTime endTimestamp,
                                          SummaryComponentDependencyDuration duration)
    • Method Detail

      • getRelatedIndexes

        public java.util.List<@NotNull @Min(0L) java.lang.Integer> getRelatedIndexes()
      • getManual

        public java.lang.Boolean getManual()
      • getSampleSize

        public java.lang.Integer getSampleSize()
      • getStartTimestamp

        public java.time.LocalDateTime getStartTimestamp()
      • getEndTimestamp

        public java.time.LocalDateTime getEndTimestamp()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withSourceIndex

        public SummaryComponentDependency withSourceIndex​(java.lang.Integer sourceIndex)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withTargetIndex

        public SummaryComponentDependency withTargetIndex​(java.lang.Integer targetIndex)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withRelatedIndexes

        public SummaryComponentDependency withRelatedIndexes​(java.util.List<@NotNull @Min(0L) java.lang.Integer> relatedIndexes)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withManual

        public SummaryComponentDependency withManual​(java.lang.Boolean manual)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withSampleSize

        public SummaryComponentDependency withSampleSize​(java.lang.Integer sampleSize)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withStartTimestamp

        public SummaryComponentDependency withStartTimestamp​(java.time.LocalDateTime startTimestamp)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withEndTimestamp

        public SummaryComponentDependency withEndTimestamp​(java.time.LocalDateTime endTimestamp)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).