类 CloudBackupContext
- java.lang.Object
-
- org.elastos.hive.service.CloudBackupContext
-
- 所有已实现的接口:
BackupContext
public abstract class CloudBackupContext extends java.lang.Object implements BackupContext
Cloud backup context is used for the user to backup the vault data to the cloud service, such as google driver, etc.
-
-
构造器概要
构造器 构造器 说明 CloudBackupContext()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 abstract java.lang.StringgetAppScope()Get the application scope.abstract java.lang.StringgetClientId()Get the client ID for access the cloud service.java.lang.StringgetParameter(java.lang.String parameter)Get the parameter for backup operation by key.abstract java.lang.StringgetRedirectUrl()Get the redirect URL.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.elastos.hive.service.BackupContext
getAuthorization, getType
-
-
-
-
方法详细资料
-
getParameter
public java.lang.String getParameter(java.lang.String parameter)
从接口复制的说明:BackupContextGet the parameter for backup operation by key.- 指定者:
getParameter在接口中BackupContext- 参数:
parameter- The parameter name.- 返回:
- The parameter value.
-
getClientId
public abstract java.lang.String getClientId()
Get the client ID for access the cloud service.- 返回:
- Client ID
-
getRedirectUrl
public abstract java.lang.String getRedirectUrl()
Get the redirect URL.- 返回:
- Redirect URL.
-
getAppScope
public abstract java.lang.String getAppScope()
Get the application scope.- 返回:
- The application scope.
-
-