Interface VulnerabilityReport.Vulnerability.Details.ReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSource()
      The source of the reference e.g.
      com.google.protobuf.ByteString getSourceBytes()
      The source of the reference e.g.
      String getUrl()
      The url of the reference.
      com.google.protobuf.ByteString getUrlBytes()
      The url of the reference.
      • 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

      • getUrl

        String getUrl()
         The url of the reference.
         
        string url = 1;
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
         The url of the reference.
         
        string url = 1;
        Returns:
        The bytes for url.
      • getSource

        String getSource()
         The source of the reference e.g. NVD.
         
        string source = 2;
        Returns:
        The source.
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
         The source of the reference e.g. NVD.
         
        string source = 2;
        Returns:
        The bytes for source.