SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion

abstract class SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion


Version information of the security patch.

Summary

Public functions

java-static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion.Builder!
abstract Int!

Build version of the security patch.

java-static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion!
abstract Int!

Major version of the security patch.

abstract Int!

Minor version of the security patch.

abstract Int!

Patch version of the security patch.

abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion.Builder!

Public functions

getBuildVersion

abstract fun getBuildVersion(): Int!

Build version of the security patch.

getMajorVersion

abstract fun getMajorVersion(): Int!

Major version of the security patch.

getMinorVersion

abstract fun getMinorVersion(): Int!

Minor version of the security patch.

getPatchVersion

abstract fun getPatchVersion(): Int!

Patch version of the security patch.