Class ImageAction

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

public class ImageAction extends Object
Represents Image Actions like transfer.
Since:
v2.0
Author:
Jeevanandam M. (jeeva@myjeeva.com)
  • Constructor Details

    • ImageAction

      public ImageAction()
    • ImageAction

      public ImageAction(ActionType type)
    • ImageAction

      public ImageAction(ActionType type, String region)
  • Method Details

    • toString

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

      public ActionType getType()
      Returns:
      the type
    • setType

      public void setType(ActionType type)
      Parameters:
      type - the type to set
    • getRegion

      public String getRegion()
      Returns:
      the region
    • setRegion

      public void setRegion(String region)
      Parameters:
      region - the region to set