com.adobe.idp.backup.dsc.service
Class BackupModeResult

java.lang.Object
  extended by com.adobe.idp.backup.dsc.service.BackupModeResult
All Implemented Interfaces:
Serializable

public class BackupModeResult
extends Object
implements Serializable

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.

See Also:
Serialized Form

Constructor Summary
BackupModeResult()
          The default constructor that creates a BackupModeresult object that represents the result of leaving backup mode on the server.
 
Method Summary
 String getId()
          Returns the unique identifier that was created on the server for the backup mode session that ended.
 void setId(String id)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupModeResult

public BackupModeResult()
The default constructor that creates a BackupModeresult object that represents the result of leaving backup mode on the server.

Method Detail

getId

public String getId()
Returns the unique identifier that was created on the server for the backup mode session that ended.

Returns:
A 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.

setId

public void setId(String id)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]