public class AuctionProfile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
float |
cost_price_percentage |
int |
cost_price_value |
int |
currency |
int |
display_limit |
int |
duration |
long |
id |
java.lang.String |
name |
int |
own_limit |
float |
start_price_percentage |
int |
start_price_value |
Constructor and Description |
---|
AuctionProfile() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public long id
public java.lang.String name
public int cost_price_value
public float cost_price_percentage
public int currency
public int duration
public int display_limit
public int own_limit
public int start_price_value
public float start_price_percentage