SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion

public abstract class SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion


Version information of the security patch.

Summary

Public methods

static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion.Builder
abstract Integer

Build version of the security patch.

static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion
abstract Integer

Major version of the security patch.

abstract Integer

Minor version of the security patch.

abstract Integer

Patch version of the security patch.

abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion.Builder

Public methods

getBuildVersion

public abstract Integer getBuildVersion()

Build version of the security patch.

getMajorVersion

public abstract Integer getMajorVersion()

Major version of the security patch.

getMinorVersion

public abstract Integer getMinorVersion()

Minor version of the security patch.

getPatchVersion

public abstract Integer getPatchVersion()

Patch version of the security patch.