@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDataStatusChangeEvent extends Object
| Constructor and Description |
|---|
BusinessObjectDataStatusChangeEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getEventTime()
The timestamp of when the business object data status change occurred
|
String |
getStatus()
The status of the Business Object Data
|
String |
getUserId()
The User ID of the user who performed status update or registration of the Business Object Data
|
int |
hashCode() |
void |
setEventTime(Date eventTime) |
void |
setStatus(String status) |
void |
setUserId(String userId) |
String |
toString() |
public String getStatus()
public void setStatus(String status)
public Date getEventTime()
public void setEventTime(Date eventTime)
public String getUserId()
public void setUserId(String userId)
Copyright © 2017. All rights reserved.