类 UpdateTriggerRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cfc.model.UpdateTriggerRequest
-
public class UpdateTriggerRequest extends AbstractBceRequest
Request object for updating the trigger
-
-
构造器概要
构造器 构造器 说明 UpdateTriggerRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Map<String,String>getDate()Get the dataStringgetRelationId()Get the relation IdStringgetSource()Get the sourceStringgetTarget()Get the targetvoidsetData(Map<String,String> data)Set the datavoidsetRelationId(String relationId)Set the relation IdvoidsetSource(String source)Set the sourcevoidsetTarget(String target)Set the targetStringtoString()(non-Javadoc)UpdateTriggerRequestwithData(Map<String,String> data)UpdateTriggerRequestwithRelationId(String relationId)UpdateTriggerRequestwithRequestCredentials(BceCredentials credentials)UpdateTriggerRequestwithSource(String source)UpdateTriggerRequestwithTarget(String target)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getRelationId
public String getRelationId()
Get the relation Id- 返回:
- The relation Id
-
setRelationId
public void setRelationId(String relationId)
Set the relation Id- 参数:
relationId- The relation Id
-
getTarget
public String getTarget()
Get the target- 返回:
- The target
-
setTarget
public void setTarget(String target)
Set the target- 参数:
target- The target
-
getSource
public String getSource()
Get the source- 返回:
- The source
-
setSource
public void setSource(String source)
Set the source- 参数:
source- The source
-
withRelationId
public UpdateTriggerRequest withRelationId(String relationId)
-
withTarget
public UpdateTriggerRequest withTarget(String target)
-
withSource
public UpdateTriggerRequest withSource(String source)
-
withData
public UpdateTriggerRequest withData(Map<String,String> data)
-
withRequestCredentials
public UpdateTriggerRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
toString
public String toString()
(non-Javadoc)- 覆盖:
toString在类中Object- 另请参阅:
Object.toString()
-
-