Interface PolicyTopicEvidence.WebsiteListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyTopicEvidence.WebsiteList,PolicyTopicEvidence.WebsiteList.Builder
- Enclosing class:
- PolicyTopicEvidence
public static interface PolicyTopicEvidence.WebsiteListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetWebsites(int index)Websites that caused the policy finding.com.google.protobuf.ByteStringgetWebsitesBytes(int index)Websites that caused the policy finding.intgetWebsitesCount()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.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.
-
-