|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.backup.dsc.service.BackupModeEntryResult
public class BackupModeEntryResult
Represents the result of starting a backup mode session on the server. Creates an instance of
this class to store the result from invoking the enterBackupMode
method from the
BackupServiceClient
object
Constructor Summary | |
---|---|
BackupModeEntryResult()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the unique identifier that is created by the service for the backup mode session when the server enters backup mode. |
java.lang.String |
getLabel()
Returns the label that was used to start a backup session. |
java.lang.String |
getPreviousReservationId()
Returns the previous backup mode session's unique identifier that is created by the service for the backup mode session when the server enters backup mode.. |
long |
getReservationTimeout()
Returns the number of minutes that the server will be in backup mode. |
long |
getStartTime()
Returns the starting time of the backup mode session as the number of seconds since January 1, 1970 (Epoch time). |
void |
setId(java.lang.String id)
For internal use only. |
void |
setLabel(java.lang.String label)
For internal use only. |
void |
setPreviousReservationId(java.lang.String previousReservationId)
For internal use only. |
void |
setReservationTimeout(long reservationTimeout)
For internal use only. |
void |
setStartTime(long startTime)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BackupModeEntryResult()
Method Detail |
---|
public java.lang.String getId()
string
value representing a backup mode session.
An empty string
value is returned when the server could not enter backup mode.public void setId(java.lang.String id)
public java.lang.String getLabel()
string
value that represents the label that was used to enter backup mode.public void setLabel(java.lang.String label)
public java.lang.String getPreviousReservationId()
string
value that represents the label that was used to enter backup mode.public void setPreviousReservationId(java.lang.String previousReservationId)
public long getReservationTimeout()
long
value the number of minutes for the backup mode session on the server.public void setReservationTimeout(long reservationTimeout)
public long getStartTime()
long
value that represents number of seconds since January 1, 1970.public void setStartTime(long startTime)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |