Class CheckState

    • Constructor Detail

      • CheckState

        public CheckState​(java.lang.String pluginId,
                          java.lang.String environmentId,
                          java.lang.String name,
                          java.lang.String description,
                          java.lang.String avatarUrl,
                          ComponentStateCheckStatus status,
                          java.lang.String statusMessage,
                          java.util.List<Link> links,
                          java.time.LocalDateTime updateTimestamp)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getAvatarUrl

        public java.lang.String getAvatarUrl()
      • getStatusMessage

        public java.lang.String getStatusMessage()
      • getLinks

        public java.util.List<@Valid Link> getLinks()
      • getUpdateTimestamp

        public java.time.LocalDateTime getUpdateTimestamp()
      • 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 CheckState withPluginId​(java.lang.String pluginId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withEnvironmentId

        public CheckState withEnvironmentId​(java.lang.String environmentId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withName

        public CheckState withName​(java.lang.String name)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDescription

        public CheckState withDescription​(java.lang.String description)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withAvatarUrl

        public CheckState withAvatarUrl​(java.lang.String avatarUrl)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withStatus

        public CheckState withStatus​(ComponentStateCheckStatus status)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withStatusMessage

        public CheckState withStatusMessage​(java.lang.String statusMessage)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withLinks

        public CheckState withLinks​(java.util.List<@Valid Link> links)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withUpdateTimestamp

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