Class CreateQueryResponse


  • public class CreateQueryResponse
    extends java.lang.Object
    The response for the `createQuery` operation.
    • Constructor Detail

      • CreateQueryResponse

        public CreateQueryResponse()
    • Method Detail

      • getQueryId

        public java.lang.String getQueryId()
        The identifier for the query. This identifier is unique only in combination with a selling partner account ID.
        Returns:
        queryId
      • setQueryId

        public void setQueryId​(java.lang.String queryId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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