|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.linkedin.data.template.RecordTemplate
com.linkedin.restli.common.UpdateStatus
public class UpdateStatus
| Constructor Summary | |
|---|---|
UpdateStatus()
Initialize an empty UpdateStatus. |
|
UpdateStatus(com.linkedin.data.DataMap data)
Initialize an UpdateStatus based on the given DataMap. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getStatus()
|
void |
setStatus(java.lang.Integer status)
Set the http status of the UpdateStatus. |
| Methods inherited from class com.linkedin.data.template.RecordTemplate |
|---|
clone, contains, copy, data, equals, hashCode, obtainDirect, obtainWrapped, putDirect, putDirect, putDirect, putWrapped, putWrapped, remove, schema, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateStatus()
public UpdateStatus(com.linkedin.data.DataMap data)
data - a DataMap| Method Detail |
|---|
public java.lang.Integer getStatus()
public void setStatus(java.lang.Integer status)
status - the http status
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||