public static interface Inventory.WindowsQuickFixEngineeringPackageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCaption()
public abstract String getCaption()A short textual description of the QFE update.
string caption = 1;
| Type | Description |
| String | The caption. |
getCaptionBytes()
public abstract ByteString getCaptionBytes()A short textual description of the QFE update.
string caption = 1;
| Type | Description |
| ByteString | The bytes for caption. |
getDescription()
public abstract String getDescription()A textual description of the QFE update.
string description = 2;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A textual description of the QFE update.
string description = 2;
| Type | Description |
| ByteString | The bytes for description. |
getHotFixId()
public abstract String getHotFixId()Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;
| Type | Description |
| String | The hotFixId. |
getHotFixIdBytes()
public abstract ByteString getHotFixIdBytes()Unique identifier associated with a particular QFE update.
string hot_fix_id = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| TimestampOrBuilder |
hasInstallTime()
public abstract boolean hasInstallTime()Date that the QFE update was installed. Mapped from installed_on field.
.google.protobuf.Timestamp install_time = 5;
| Type | Description |
| boolean | Whether the installTime field is set. |