Class InboundRules

java.lang.Object
com.myjeeva.digitalocean.pojo.InboundRules
All Implemented Interfaces:
Serializable

public class InboundRules extends Object implements Serializable
Represents InboundRules for Firewalls
Author:
Lucas Andrey B. (andreybleme1@gmail.com)
See Also:
  • Constructor Details

    • InboundRules

      public InboundRules()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • getPorts

      public String getPorts()
    • setPorts

      public void setPorts(String ports)
    • getSources

      public Sources getSources()
    • setSources

      public void setSources(Sources sources)