Interface IDfAcsConfig.ProjectionEntry

Enclosing interface:
IDfAcsConfig

public static interface IDfAcsConfig.ProjectionEntry
ProjectionEntry interface encapsulates projection target parameters.
  • Method Details

    • getHost

      String getHost()
      Returns projection host.
      Returns:
      projection host.
    • getPort

      int getPort()
      Returns projection port.
      Returns:
      projection port.
    • getProximity

      int getProximity()
      Returns projection proximity.
      Returns:
      projection proximity.
    • isEnabled

      boolean isEnabled()
      Indicates if the host is enabled.
      Returns:
      true, if the host is enabled, false otherwise.
    • getNetworkLocationIdentifier

      String getNetworkLocationIdentifier()
      Returns network location identifier.
      Returns:
      network location identifier.
    • isNetworkLocationEnabled

      boolean isNetworkLocationEnabled()
      Indicates if the network location is enabled.
      Returns:
      true, if the network location is enabled, false otherwise.