Class ForkEndpoint


  • public class ForkEndpoint
    extends Object
    ForkEndpoint
    • Constructor Detail

      • ForkEndpoint

        public ForkEndpoint()
    • Method Detail

      • getName

        public String getName()
        Name of the endpoint
        Returns:
        name
      • setName

        public void setName​(String name)
      • getPort

        public Integer getPort()
        Port it will map to on the forked workload
        Returns:
        port
      • setPort

        public void setPort​(Integer port)
      • getProtocol

        public String getProtocol()
        Protocol that this endpoint uses
        Returns:
        protocol
      • setProtocol

        public void setProtocol​(String protocol)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object