Class AccountStatement


  • public class AccountStatement
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> data  
      protected Request request  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getData()
      Gets the value of the data property.
      Request getRequest()
      Gets the value of the request property.
      void setRequest​(Request value)
      Sets the value of the request property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        protected java.util.List<java.lang.String> data
      • request

        protected Request request
    • Constructor Detail

      • AccountStatement

        public AccountStatement()
    • Method Detail

      • getData

        public java.util.List<java.lang.String> getData()
        Gets the value of the data property. String
      • getRequest

        public Request getRequest()
        Gets the value of the request property.
        Returns:
        possible object is Request
      • setRequest

        public void setRequest​(Request value)
        Sets the value of the request property.
        Parameters:
        value - allowed object is Request