SoftwareInfo.SecurityPatchInfo

public abstract class SoftwareInfo.SecurityPatchInfo


Bir bileşenin güvenlik yaması düzeyi hakkında bilgi.

Özet

Herkese açık yöntemler

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

Güvenlik yamasının bileşeni.

Metadata

Bileşenle ilgili meta veriler.

static SoftwareInfo.SecurityPatchInfo
abstract ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel>

Güvenlik yaması düzeyi bilgileri.

Metadata

Güvenlik yaması düzeyiyle ilgili meta veriler.

boolean

componentMetadata ayarlandıysa true döndürülür.

boolean

securityPatchLevelMetadata ayarlanmışsa true döndürülür.

abstract SoftwareInfo.SecurityPatchInfo.Builder

Herkese açık yöntemler

derleyici

public static SoftwareInfo.SecurityPatchInfo.Builder builder()

getComponent

public abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent getComponent()

Güvenlik yamasının bileşeni.

getComponentMetadata

public Metadata getComponentMetadata()

Bileşenle ilgili meta veriler.

getDefaultInstance

public static SoftwareInfo.SecurityPatchInfo getDefaultInstance()

getSecurityPatchLevel

public abstract ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevelgetSecurityPatchLevel()

Güvenlik yaması düzeyi bilgileri.

getSecurityPatchLevelMetadata

public Metadata getSecurityPatchLevelMetadata()

Güvenlik yaması düzeyiyle ilgili meta veriler.

hasComponentMetadata

public boolean hasComponentMetadata()

componentMetadata ayarlandıysa true döndürülür.

hasSecurityPatchLevelMetadata

public boolean hasSecurityPatchLevelMetadata()

securityPatchLevelMetadata ayarlanmışsa true döndürülür.

toBuilder

public abstract SoftwareInfo.SecurityPatchInfo.Builder toBuilder()