Interface Inventory.WindowsQuickFixEngineeringPackageOrBuilder (2.3.2)

public static interface Inventory.WindowsQuickFixEngineeringPackageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaption()

public abstract String getCaption()

A short textual description of the QFE update.

string caption = 1;

Returns
TypeDescription
String

The caption.

getCaptionBytes()

public abstract ByteString getCaptionBytes()

A short textual description of the QFE update.

string caption = 1;

Returns
TypeDescription
ByteString

The bytes for caption.

getDescription()

public abstract String getDescription()

A textual description of the QFE update.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A textual description of the QFE update.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getHotFixId()

public abstract String getHotFixId()

Unique identifier associated with a particular QFE update.

string hot_fix_id = 3;

Returns
TypeDescription
String

The hotFixId.

getHotFixIdBytes()

public abstract ByteString getHotFixIdBytes()

Unique identifier associated with a particular QFE update.

string hot_fix_id = 3;

Returns
TypeDescription
ByteString

The bytes for hotFixId.

getInstallTime()

public abstract Timestamp getInstallTime()

Date that the QFE update was installed. Mapped from installed_on field.

.google.protobuf.Timestamp install_time = 5;

Returns
TypeDescription
Timestamp

The installTime.

getInstallTimeOrBuilder()

public abstract TimestampOrBuilder getInstallTimeOrBuilder()

Date that the QFE update was installed. Mapped from installed_on field.

.google.protobuf.Timestamp install_time = 5;

Returns
TypeDescription
TimestampOrBuilder

hasInstallTime()

public abstract boolean hasInstallTime()

Date that the QFE update was installed. Mapped from installed_on field.

.google.protobuf.Timestamp install_time = 5;

Returns
TypeDescription
boolean

Whether the installTime field is set.