类 Relation
- java.lang.Object
-
- com.baidubce.services.cfc.model.Relation
-
public class Relation extends Object
Relation
-
-
构造器概要
构造器 构造器 说明 Relation()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 RelationConfigurationgetData()Get the dataStringgetRelationId()Get the relation IdStringgetSid()Get the SidStringgetSource()Get the sourceStringgetTarget()Get the targetvoidsetData(RelationConfiguration data)Set the datavoidsetRelationId(String relationId)Set the relation IdvoidsetSid(String sid)Set the SidvoidsetSource(String source)Set the sourcevoidsetTarget(String target)Set the target
-
-
-
方法详细资料
-
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
-
getSid
public String getSid()
Get the Sid- 返回:
- The Sid
-
setSid
public void setSid(String sid)
Set the Sid- 参数:
sid- The Sid
-
getSource
public String getSource()
Get the source- 返回:
- The source
-
setSource
public void setSource(String source)
Set the source- 参数:
source- The source
-
getTarget
public String getTarget()
Get the target- 返回:
- The target
-
setTarget
public void setTarget(String target)
Set the target- 参数:
target- The target
-
getData
public RelationConfiguration getData()
Get the data- 返回:
- The data
-
setData
public void setData(RelationConfiguration data)
Set the data- 参数:
data- The data
-
-