# Product

## Class Overview

Class representing a product

## Summary

| Public Methods |
| --- |
| boolean | [equals](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html#equals(java.lang.Object))( [Object](https://d.android.com/reference/java/lang/Object.html) obj) |
| static<br> <br> [Product](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html) | [fromJson](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html#fromJson(JSONObject))(JSONObject json) |
| [String](https://d.android.com/reference/java/lang/String.html) | [getUri](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html#getUri())() |
| int | [hashCode](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html#hashCode())() |

| [Inherited Methods](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html#inhmethods) |
| --- |
| From class
| [java.lang.Object](https://d.android.com/reference/java/lang/Object.html) |
|     |     |
| --- | --- |
| [Object](https://d.android.com/reference/java/lang/Object.html) | clone() |
| boolean | equals( [Object](https://d.android.com/reference/java/lang/Object.html) arg0) |
| void | finalize() |
| final<br> <br> <br> [Class](https://d.android.com/reference/java/lang/Class.html) <?> | getClass() |
| int | hashCode() |
| final<br> <br> <br> void | notify() |
| final<br> <br> <br> void | notifyAll() |
| [String](https://d.android.com/reference/java/lang/String.html) | toString() |
| final<br> <br> <br> void | wait(long arg0, int arg1) |
| final<br> <br> <br> void | wait(long arg0) |
| final<br> <br> <br> void | wait() |

## Public Methods

#### public           boolean  equals( [Object](https://d.android.com/reference/java/lang/Object.html) obj)

#### public   static         [Product](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/Product.html)fromJson(JSONObject json)

#### public           [String](https://d.android.com/reference/java/lang/String.html)getUri()

#### public           int  hashCode()
