Class LinkAction

java.lang.Object
com.myjeeva.digitalocean.pojo.LinkAction

public class LinkAction extends Object
Represents Action attributes in the Links Actions section
Since:
v2.3
Author:
Jeevanandam M. (jeeva@myjeeva.com)
  • Constructor Details

    • LinkAction

      public LinkAction()
  • Method Details

    • toString

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

      public Integer getId()
      Returns:
      the id
    • setId

      public void setId(Integer id)
      Parameters:
      id - the id to set
    • getRel

      public String getRel()
      Returns:
      the rel
    • setRel

      public void setRel(String rel)
      Parameters:
      rel - the rel to set
    • getHref

      public String getHref()
      Returns:
      the href
    • setHref

      public void setHref(String href)
      Parameters:
      href - the href to set