public class ActivityAuditDTO extends AlipayObject
Constructor and Description |
---|
ActivityAuditDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getAuditId()
Gets audit id.
|
String |
getAuditStatus()
Gets audit status.
|
String |
getCreatorId()
Gets creator id.
|
String |
getCreatorType()
Gets creator type.
|
Date |
getOperationTime()
Gets operation time.
|
String |
getReason()
Gets reason.
|
void |
setAuditId(String auditId)
Sets audit id.
|
void |
setAuditStatus(String auditStatus)
Sets audit status.
|
void |
setCreatorId(String creatorId)
Sets creator id.
|
void |
setCreatorType(String creatorType)
Sets creator type.
|
void |
setOperationTime(Date operationTime)
Sets operation time.
|
void |
setReason(String reason)
Sets reason.
|
public String getAuditId()
public void setAuditId(String auditId)
auditId
- the audit idpublic String getAuditStatus()
public void setAuditStatus(String auditStatus)
auditStatus
- the audit statuspublic String getCreatorId()
public void setCreatorId(String creatorId)
creatorId
- the creator idpublic String getCreatorType()
public void setCreatorType(String creatorType)
creatorType
- the creator typepublic Date getOperationTime()
public void setOperationTime(Date operationTime)
operationTime
- the operation timepublic String getReason()
public void setReason(String reason)
reason
- the reasonCopyright © 2018. All rights reserved.