Class KeySoftwaresState

    • Constructor Detail

      • KeySoftwaresState

        public KeySoftwaresState​(java.lang.String pluginId,
                                 java.util.List<@Valid KeySoftware> keySoftwares)
    • Method Detail

      • getKeySoftwares

        public java.util.List<@Valid KeySoftware> getKeySoftwares()
      • 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
      • withPluginId

        public KeySoftwaresState withPluginId​(java.lang.String pluginId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withKeySoftwares

        public KeySoftwaresState withKeySoftwares​(java.util.List<@Valid KeySoftware> keySoftwares)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).