public class UpdateLastUpdateError
extends java.lang.Object
| Constructor and Description |
|---|
UpdateLastUpdateError() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
getAttemptTime() |
org.nhindirect.config.store.BundleRefreshError |
getError() |
long |
getTrustBundleId() |
void |
setAttemptTime(java.util.Calendar attemptTime) |
void |
setError(org.nhindirect.config.store.BundleRefreshError error) |
void |
setTrustBundleId(long trustBundleId) |
public long getTrustBundleId()
public void setTrustBundleId(long trustBundleId)
trustBundleId - the value for the trustBundleId propertypublic java.util.Calendar getAttemptTime()
public void setAttemptTime(java.util.Calendar attemptTime)
attemptTime - the value for the attemptTime propertypublic org.nhindirect.config.store.BundleRefreshError getError()
public void setError(org.nhindirect.config.store.BundleRefreshError error)
error - the value for the error propertyCopyright © 2015. All Rights Reserved.