Interface Vulnerability.WindowsDetail.KnowledgeBaseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      The KB name (generally of the form KB[0-9]+ i.e.
      com.google.protobuf.ByteString getNameBytes()
      The KB name (generally of the form KB[0-9]+ i.e.
      String getUrl()
      A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/
      com.google.protobuf.ByteString getUrlBytes()
      A link to the KB in the Windows update catalog - https://www.catalog.update.microsoft.com/
      • 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

      • getName

        String getName()
         The KB name (generally of the form KB[0-9]+ i.e. KB123456).
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The KB name (generally of the form KB[0-9]+ i.e. KB123456).
         
        string name = 1;
        Returns:
        The bytes for name.
      • getUrl

        String getUrl()
         A link to the KB in the Windows update catalog -
         https://www.catalog.update.microsoft.com/
         
        string url = 2;
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
         A link to the KB in the Windows update catalog -
         https://www.catalog.update.microsoft.com/
         
        string url = 2;
        Returns:
        The bytes for url.