Class SoftwareRepository

    • Constructor Detail

      • SoftwareRepository

        @ConstructorProperties({"scannerId","type","url","safe","scope"})
        public SoftwareRepository​(java.lang.String scannerId,
                                  SoftwareRepositoryType type,
                                  java.lang.String url,
                                  java.lang.Boolean safe,
                                  SoftwareRepositoryScope scope)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • getSafe

        public java.lang.Boolean getSafe()
      • 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
      • withScannerId

        public SoftwareRepository withScannerId​(java.lang.String scannerId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withUrl

        public SoftwareRepository withUrl​(java.lang.String url)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withSafe

        public SoftwareRepository withSafe​(java.lang.Boolean safe)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).