Class Heavy.render_vega_args

    • Field Detail

      • session

        public String session
      • widget_id

        public long widget_id
      • vega_json

        public String vega_json
      • compression_level

        public int compression_level
    • Constructor Detail

      • render_vega_args

        public render_vega_args()
      • render_vega_args

        public render_vega_args​(String session,
                                long widget_id,
                                String vega_json,
                                int compression_level,
                                String nonce)
    • Method Detail

      • getSession

        public String getSession()
      • unsetSession

        public void unsetSession()
      • isSetSession

        public boolean isSetSession()
        Returns true if field session is set (has been assigned a value) and false otherwise
      • setSessionIsSet

        public void setSessionIsSet​(boolean value)
      • getWidget_id

        public long getWidget_id()
      • unsetWidget_id

        public void unsetWidget_id()
      • isSetWidget_id

        public boolean isSetWidget_id()
        Returns true if field widget_id is set (has been assigned a value) and false otherwise
      • setWidget_idIsSet

        public void setWidget_idIsSet​(boolean value)
      • getVega_json

        public String getVega_json()
      • unsetVega_json

        public void unsetVega_json()
      • isSetVega_json

        public boolean isSetVega_json()
        Returns true if field vega_json is set (has been assigned a value) and false otherwise
      • setVega_jsonIsSet

        public void setVega_jsonIsSet​(boolean value)
      • getCompression_level

        public int getCompression_level()
      • unsetCompression_level

        public void unsetCompression_level()
      • isSetCompression_level

        public boolean isSetCompression_level()
        Returns true if field compression_level is set (has been assigned a value) and false otherwise
      • setCompression_levelIsSet

        public void setCompression_levelIsSet​(boolean value)
      • getNonce

        public String getNonce()
      • unsetNonce

        public void unsetNonce()
      • isSetNonce

        public boolean isSetNonce()
        Returns true if field nonce is set (has been assigned a value) and false otherwise
      • setNonceIsSet

        public void setNonceIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException