Interface Inventory.WindowsQuickFixEngineeringPackageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCaption()
      A short textual description of the QFE update.
      com.google.protobuf.ByteString getCaptionBytes()
      A short textual description of the QFE update.
      String getDescription()
      A textual description of the QFE update.
      com.google.protobuf.ByteString getDescriptionBytes()
      A textual description of the QFE update.
      String getHotFixId()
      Unique identifier associated with a particular QFE update.
      com.google.protobuf.ByteString getHotFixIdBytes()
      Unique identifier associated with a particular QFE update.
      com.google.protobuf.Timestamp getInstallTime()
      Date that the QFE update was installed.
      com.google.protobuf.TimestampOrBuilder getInstallTimeOrBuilder()
      Date that the QFE update was installed.
      boolean hasInstallTime()
      Date that the QFE update was installed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCaption

        String getCaption()
         A short textual description of the QFE update.
         
        string caption = 1;
        Returns:
        The caption.
      • getCaptionBytes

        com.google.protobuf.ByteString getCaptionBytes()
         A short textual description of the QFE update.
         
        string caption = 1;
        Returns:
        The bytes for caption.
      • getDescription

        String getDescription()
         A textual description of the QFE update.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         A textual description of the QFE update.
         
        string description = 2;
        Returns:
        The bytes for description.
      • getHotFixId

        String getHotFixId()
         Unique identifier associated with a particular QFE update.
         
        string hot_fix_id = 3;
        Returns:
        The hotFixId.
      • getHotFixIdBytes

        com.google.protobuf.ByteString getHotFixIdBytes()
         Unique identifier associated with a particular QFE update.
         
        string hot_fix_id = 3;
        Returns:
        The bytes for hotFixId.
      • hasInstallTime

        boolean hasInstallTime()
         Date that the QFE update was installed.  Mapped from installed_on field.
         
        .google.protobuf.Timestamp install_time = 5;
        Returns:
        Whether the installTime field is set.
      • getInstallTime

        com.google.protobuf.Timestamp getInstallTime()
         Date that the QFE update was installed.  Mapped from installed_on field.
         
        .google.protobuf.Timestamp install_time = 5;
        Returns:
        The installTime.
      • getInstallTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getInstallTimeOrBuilder()
         Date that the QFE update was installed.  Mapped from installed_on field.
         
        .google.protobuf.Timestamp install_time = 5;