Interface EdgeClient.PostureResponse.MacsOrBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getAddressesList() repeated string addresses = 1;
      abstract int getAddressesCount() repeated string addresses = 1;
      abstract String getAddresses(int index) repeated string addresses = 1;
      abstract ByteString getAddressesBytes(int index) repeated string addresses = 1;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getAddressesList

         abstract List<String> getAddressesList()

        repeated string addresses = 1;

        Returns:

        A list containing the addresses.

      • getAddressesCount

         abstract int getAddressesCount()

        repeated string addresses = 1;

        Returns:

        The count of addresses.

      • getAddresses

         abstract String getAddresses(int index)

        repeated string addresses = 1;

        Parameters:
        index - The index of the element to return.
        Returns:

        The addresses at the given index.

      • getAddressesBytes

         abstract ByteString getAddressesBytes(int index)

        repeated string addresses = 1;

        Parameters:
        index - The index of the element to return.
        Returns:

        The addresses at the given index.