SoftwareInfo.SecurityPatchInfo

abstract class SoftwareInfo.SecurityPatchInfo


Information about security patch level of a component.

Summary

Public functions

java-static SoftwareInfo.SecurityPatchInfo.Builder!
abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

Component of the security patch.

Metadata!

Metadata about component.

java-static SoftwareInfo.SecurityPatchInfo!
abstract ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel!>!

Security patch level information.

Metadata!

Metadata about security patch level.

Boolean

Returns true if componentMetadata is set.

Boolean

Returns true if securityPatchLevelMetadata is set.

abstract SoftwareInfo.SecurityPatchInfo.Builder!

Public functions

builder

java-static fun builder(): SoftwareInfo.SecurityPatchInfo.Builder!

getComponent

abstract fun getComponent(): SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

Component of the security patch.

getComponentMetadata

fun getComponentMetadata(): Metadata!

Metadata about component.

getDefaultInstance

java-static fun getDefaultInstance(): SoftwareInfo.SecurityPatchInfo!

getSecurityPatchLevel

abstract fun getSecurityPatchLevel(): ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel!>!

Security patch level information.

getSecurityPatchLevelMetadata

fun getSecurityPatchLevelMetadata(): Metadata!

Metadata about security patch level.

hasComponentMetadata

fun hasComponentMetadata(): Boolean

Returns true if componentMetadata is set.

hasSecurityPatchLevelMetadata

fun hasSecurityPatchLevelMetadata(): Boolean

Returns true if securityPatchLevelMetadata is set.

toBuilder

abstract fun toBuilder(): SoftwareInfo.SecurityPatchInfo.Builder!