class UpdateInfo


Represents information about an available update for a component.

Summary

Nested types

Public constructors

UpdateInfo(
    uri: String,
    component: String,
    securityPatchLevel: String,
    publishedDate: Date
)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public constructors

UpdateInfo

Added in 1.0.0-alpha01
UpdateInfo(
    uri: String,
    component: String,
    securityPatchLevel: String,
    publishedDate: Date
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

component

Added in 1.0.0-alpha01
val componentString

publishedDate

Added in 1.0.0-alpha01
val publishedDateDate

securityPatchLevel

Added in 1.0.0-alpha01
val securityPatchLevelString

uri

Added in 1.0.0-alpha01
val uriString