|
|||||||||
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.BackupModeResult
public class BackupModeResult
Represents the result of ending a backup mode session on the server. Create an instance of
this class to store the result from invoking the leaveBackupMode
method from
the BackupServiceClient
object.
Constructor Summary | |
---|---|
BackupModeResult()
The default constructor that creates a BackupModeresult object that
represents the result of leaving backup mode on the server. |
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the unique identifier that was created on the server for the backup mode session that ended. |
void |
setId(java.lang.String id)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BackupModeResult()
BackupModeresult
object that
represents the result of leaving backup mode on the server.
Method Detail |
---|
public java.lang.String getId()
string
value representing the unique identifier created on the server for the backup mode session.
An empty string
value is returned when the server is not in backup mode.public void setId(java.lang.String id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |