类 RelationConfiguration


  • public class RelationConfiguration
    extends Object
    Represent the basic information of the trigger relation
    • 构造器详细资料

      • RelationConfiguration

        public RelationConfiguration()
    • 方法详细资料

      • 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