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

Day of the security patch level.

Int

Month of the security patch level.

Int

Year of the security patch level.

open String

Public companion functions

Public constructors

DateBasedSecurityPatchLevel

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

Public functions

compareTo

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

getDay

Added in 1.0.0-alpha04
fun getDay(): Int

Day of the security patch level.

getMonth

Added in 1.0.0-alpha04
fun getMonth(): Int

Month of the security patch level.

getYear

Added in 1.0.0-alpha04
fun getYear(): Int

Year of the security patch level.

toString

open fun toString(): String