类 RelationConfiguration
- java.lang.Object
-
- com.baidubce.services.cfc.model.RelationConfiguration
-
public class RelationConfiguration extends Object
Represent the basic information of the trigger relation
-
-
构造器概要
构造器 构造器 说明 RelationConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAuthType()Get the auth typeStringgetBrn()Get the BrnStringgetEndpointPrefix()Get the end point prefixStringgetMethod()Get the HTTP methodStringgetResourcePath()Get the resource pathvoidsetAuthType(String authType)Set the auth typevoidsetBrn(String brn)Set the BrnvoidsetEndpointPrefix(String endpointPrefix)Set the end point prefixvoidsetMethod(String method)Set the HTTP methodvoidsetResourcePath(String resourcePsth)Set the resource path
-
-
-
方法详细资料
-
getBrn
public String getBrn()
Get the Brn- 返回:
- The Brn
-
setBrn
public void setBrn(String brn)
Set the Brn- 参数:
brn- The Brn
-
getAuthType
public String getAuthType()
Get the auth type- 返回:
- The auth type
-
setAuthType
public void setAuthType(String authType)
Set the auth type- 参数:
authType- The auth type
-
getEndpointPrefix
public String getEndpointPrefix()
Get the end point prefix- 返回:
- The end point prefix
-
setEndpointPrefix
public void setEndpointPrefix(String endpointPrefix)
Set the end point prefix- 参数:
endpointPrefix- The end point prefix
-
getMethod
public String getMethod()
Get the HTTP method- 返回:
- The HTTP method
-
setMethod
public void setMethod(String method)
Set the HTTP method- 参数:
method- The HTTP method
-
getResourcePath
public String getResourcePath()
Get the resource path- 返回:
- The resource path
-
setResourcePath
public void setResourcePath(String resourcePsth)
Set the resource path- 参数:
resourcePsth- The resource path
-
-