public interface IndicatorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDomains(int index)
public abstract String getDomains(int index)List of domains associated to the Finding.
repeated string domains = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The domains at the given index. |
getDomainsBytes(int index)
public abstract ByteString getDomainsBytes(int index)List of domains associated to the Finding.
repeated string domains = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the domains at the given index. |
getDomainsCount()
public abstract int getDomainsCount()List of domains associated to the Finding.
repeated string domains = 2;
| Type | Description |
| int | The count of domains. |
getDomainsList()
public abstract List<String> getDomainsList()List of domains associated to the Finding.
repeated string domains = 2;
| Type | Description |
| List<String> | A list containing the domains. |
getIpAddresses(int index)
public abstract String getIpAddresses(int index)List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The ipAddresses at the given index. |
getIpAddressesBytes(int index)
public abstract ByteString getIpAddressesBytes(int index)List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the ipAddresses at the given index. |
getIpAddressesCount()
public abstract int getIpAddressesCount()List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
| Type | Description |
| int | The count of ipAddresses. |
getIpAddressesList()
public abstract List<String> getIpAddressesList()List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
| Type | Description |
| List<String> | A list containing the ipAddresses. |