Class ApplicationVersionRepresentation

    • Constructor Detail

      • ApplicationVersionRepresentation

        public ApplicationVersionRepresentation​(String version,
                                                String binaryId,
                                                Set<String> tags)
      • ApplicationVersionRepresentation

        public ApplicationVersionRepresentation()
    • Method Detail

      • getVersion

        @JSONProperty(ignoreIfNull=true)
        public String getVersion()
      • getBinaryId

        @JSONProperty(ignoreIfNull=true)
        public String getBinaryId()
      • getTags

        @JSONProperty(ignoreIfNull=true)
        public Set<String> getTags()
      • setVersion

        public void setVersion​(String version)
      • setBinaryId

        public void setBinaryId​(String binaryId)
      • setTags

        public void setTags​(Set<String> tags)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object