Class DisasterRecoveryAction

java.lang.Object
com.tremolosecurity.unison.openshiftv3.dr.DisasterRecoveryAction

public class DisasterRecoveryAction extends Object
  • Constructor Details

    • DisasterRecoveryAction

      public DisasterRecoveryAction()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • getJson

      public String getJson()
    • setJson

      public void setJson(String json)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • toString

      public String toString()
      Overrides:
      toString in class Object