public class TerminalGroupRkiDTO extends Object implements Serializable
| 构造器和说明 |
|---|
TerminalGroupRkiDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActionStatus()
Gets actionStatus.
|
Long |
getActivatedDate()
Gets activatedDate.
|
Boolean |
getCompleted()
Gets completed.
|
Long |
getEffectiveTime()
Gets effectiveTime.
|
int |
getErrorCode()
Gets errorCode.
|
int |
getFailedCount()
Gets failedCount.
|
Long |
getId()
Gets id.
|
int |
getPendingCount()
Gets pendingCount.
|
int |
getPushLimit()
Gets pushLimit.
|
String |
getRemarks()
Gets remarks.
|
String |
getRkiKey()
Gets rkiKey.
|
String |
getStatus()
Gets status.
|
int |
getSuccessCount()
Gets successCount.
|
void |
setActionStatus(int actionStatus)
Sets the actionStatus.
|
void |
setActivatedDate(Long activatedDate)
Sets the activatedDate.
|
void |
setCompleted(Boolean completed)
Sets the completed.
|
void |
setEffectiveTime(Long effectiveTime)
Sets the effectiveTime.
|
void |
setErrorCode(int errorCode)
Sets the errorCode.
|
void |
setFailedCount(int failedCount)
Sets the failedCount.
|
void |
setId(Long id)
Sets the id.
|
void |
setPendingCount(int pendingCount)
Sets the pendingCount.
|
void |
setPushLimit(int pushLimit)
Sets the pushLimit.
|
void |
setRemarks(String remarks)
Sets the remarks.
|
void |
setRkiKey(String rkiKey)
Sets the rkiKey.
|
void |
setStatus(String status)
Sets the status.
|
void |
setSuccessCount(int successCount)
Sets the successCount.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - the idpublic String getRkiKey()
public void setRkiKey(String rkiKey)
rkiKey - the rkiKeypublic Long getActivatedDate()
public void setActivatedDate(Long activatedDate)
activatedDate - the activatedDatepublic Long getEffectiveTime()
public void setEffectiveTime(Long effectiveTime)
effectiveTime - the effectiveTimepublic String getStatus()
public void setStatus(String status)
status - the statuspublic int getActionStatus()
public void setActionStatus(int actionStatus)
actionStatus - the actionStatuspublic int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - the errorCodepublic String getRemarks()
public void setRemarks(String remarks)
remarks - the remarkspublic int getPendingCount()
public void setPendingCount(int pendingCount)
pendingCount - the pendingCountpublic int getSuccessCount()
public void setSuccessCount(int successCount)
successCount - the successCountpublic int getFailedCount()
public void setFailedCount(int failedCount)
failedCount - the failedCountpublic Boolean getCompleted()
public void setCompleted(Boolean completed)
completed - the completedpublic int getPushLimit()
public void setPushLimit(int pushLimit)
pushLimit - the pushLimitCopyright © 2022. All rights reserved.