SecurityPatchState.DateBasedSecurityPatchLevel


class SecurityPatchState.DateBasedSecurityPatchLevel : SecurityPatchState.SecurityPatchLevel


Implementation of SecurityPatchLevel for a date-based patch level.

Summary

Public constructors

DateBasedSecurityPatchLevel(year: Int, month: Int, day: Int)

Public functions

open operator Int
Int
Int
Int
open String

Public companion functions

Public constructors

DateBasedSecurityPatchLevel

Added in 1.0.0-alpha01
DateBasedSecurityPatchLevel(year: Int, month: Int, day: Int)

Public functions

compareTo

Added in 1.0.0-alpha01
open operator fun compareTo(other: SecurityPatchState.SecurityPatchLevel): Int

getDay

Added in 1.0.0-alpha01
fun getDay(): Int

getMonth

Added in 1.0.0-alpha01
fun getMonth(): Int

getYear

Added in 1.0.0-alpha01
fun getYear(): Int

toString

open fun toString(): String