Class SsaGetJson


  • public class SsaGetJson
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SsaGetJson()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.json.JSONObject getJsonObject()  
      java.lang.String getJti()  
      void setJsonObject​(org.json.JSONObject jsonObject)  
      void setJti​(java.lang.String jti)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SsaGetJson

        public SsaGetJson()
    • Method Detail

      • getJti

        public java.lang.String getJti()
      • setJti

        public void setJti​(java.lang.String jti)
      • getJsonObject

        public org.json.JSONObject getJsonObject()
      • setJsonObject

        public void setJsonObject​(org.json.JSONObject jsonObject)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object