Class RedirectResponse

java.lang.Object
com.pensio.api.generated.RedirectResponse

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public class RedirectResponse extends Object

Java class for RedirectResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RedirectResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Method" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Data" type="{}RedirectResponseData"/>
         <element name="FlowType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • url

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String url
    • method

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String method
    • data

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected RedirectResponseData data
    • flowType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String flowType
  • Constructor Details

    • RedirectResponse

      public RedirectResponse()
  • Method Details

    • getUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
    • getData

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public RedirectResponseData getData()
      Gets the value of the data property.
      Returns:
      possible object is RedirectResponseData
    • setData

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setData(RedirectResponseData value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is RedirectResponseData
    • getFlowType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getFlowType()
      Gets the value of the flowType property.
      Returns:
      possible object is String
    • setFlowType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setFlowType(String value)
      Sets the value of the flowType property.
      Parameters:
      value - allowed object is String