Interface PolicyTopicEvidence.WebsiteListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getWebsites​(int index)
      Websites that caused the policy finding.
      com.google.protobuf.ByteString getWebsitesBytes​(int index)
      Websites that caused the policy finding.
      int getWebsitesCount()
      Websites that caused the policy finding.
      java.util.List<java.lang.String> getWebsitesList()
      Websites that caused the policy finding.
      • 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

      • getWebsitesList

        java.util.List<java.lang.String> getWebsitesList()
         Websites that caused the policy finding.
         
        repeated string websites = 2;
        Returns:
        A list containing the websites.
      • getWebsitesCount

        int getWebsitesCount()
         Websites that caused the policy finding.
         
        repeated string websites = 2;
        Returns:
        The count of websites.
      • getWebsites

        java.lang.String getWebsites​(int index)
         Websites that caused the policy finding.
         
        repeated string websites = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The websites at the given index.
      • getWebsitesBytes

        com.google.protobuf.ByteString getWebsitesBytes​(int index)
         Websites that caused the policy finding.
         
        repeated string websites = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the websites at the given index.