SoftwareInfo.SecurityPatchInfo

public abstract class SoftwareInfo.SecurityPatchInfo


Information about security patch level of a component.

Summary

Public methods

static SoftwareInfo.SecurityPatchInfo.Builder
abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

Component of the security patch.

Metadata

Metadata about component.

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 methods

builder

public static SoftwareInfo.SecurityPatchInfo.Builder builder()

getComponent

public abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent getComponent()

Component of the security patch.

getComponentMetadata

public Metadata getComponentMetadata()

Metadata about component.

getDefaultInstance

public static SoftwareInfo.SecurityPatchInfo getDefaultInstance()

getSecurityPatchLevel

public abstract ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevelgetSecurityPatchLevel()

Security patch level information.

getSecurityPatchLevelMetadata

public Metadata getSecurityPatchLevelMetadata()

Metadata about security patch level.

hasComponentMetadata

public boolean hasComponentMetadata()

Returns true if componentMetadata is set.

hasSecurityPatchLevelMetadata

public boolean hasSecurityPatchLevelMetadata()

Returns true if securityPatchLevelMetadata is set.

toBuilder

public abstract SoftwareInfo.SecurityPatchInfo.Builder toBuilder()