public class ReportAvailableNotificationContent extends Object
| Constructor and Description |
|---|
ReportAvailableNotificationContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountCode() |
String |
getAccountType() |
Date |
getEventDate() |
String |
getRemoteAccessUrl() |
String |
getSuccess() |
void |
setAccountCode(String accountCode) |
void |
setAccountType(String accountType) |
void |
setEventDate(Date eventDate) |
void |
setRemoteAccessUrl(String remoteAccessUrl) |
void |
setSuccess(String success) |
String |
toString() |
public String getAccountCode()
public void setAccountCode(String accountCode)
public String getAccountType()
public void setAccountType(String accountType)
public Date getEventDate()
public void setEventDate(Date eventDate)
public String getSuccess()
public void setSuccess(String success)
public String getRemoteAccessUrl()
public void setRemoteAccessUrl(String remoteAccessUrl)
Copyright © 2022. All rights reserved.