@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class ResourceBlock extends Object
| Constructor and Description |
|---|
ResourceBlock() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationAgent()
The person that created the block [read-only]
|
Date |
getCreationTime()
The time when the block was created [read-only]
|
String |
getEventId()
The id of the event
|
String |
getId()
The unique id [read-only]
|
String |
getLastChangeAgent()
The person who last updated this block.
|
Date |
getLastChangeTime()
The time when the block was last updated.
|
Integer |
getNumSeats()
The number of seats reserved\n The special value -1 indicates \"all available seats left\".
|
String |
getProductId()
The id of the product this seat block is for
|
String |
getReason()
The reason of this block
|
void |
setCreationAgent(String creationAgent) |
void |
setCreationTime(Date creationTime) |
void |
setEventId(String eventId) |
void |
setId(String id) |
void |
setLastChangeAgent(String lastChangeAgent) |
void |
setLastChangeTime(Date lastChangeTime) |
void |
setNumSeats(Integer numSeats) |
void |
setProductId(String productId) |
void |
setReason(String reason) |
String |
toString() |
public String getId()
public void setId(String id)
public String getEventId()
public void setEventId(String eventId)
public String getProductId()
public void setProductId(String productId)
public String getReason()
public void setReason(String reason)
public Integer getNumSeats()
public void setNumSeats(Integer numSeats)
public Date getCreationTime()
public void setCreationTime(Date creationTime)
public String getCreationAgent()
public void setCreationAgent(String creationAgent)
public Date getLastChangeTime()
public void setLastChangeTime(Date lastChangeTime)
public String getLastChangeAgent()
public void setLastChangeAgent(String lastChangeAgent)
Copyright © 2015. All rights reserved.