Class ForwardApplicationRequestV3Request


  • public class ForwardApplicationRequestV3Request
    extends AbstractModel
    • Constructor Detail

      • ForwardApplicationRequestV3Request

        public ForwardApplicationRequestV3Request()
      • ForwardApplicationRequestV3Request

        public ForwardApplicationRequestV3Request​(ForwardApplicationRequestV3Request source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getMethod

        public String getMethod()
        Get 请求集群addon的访问
        Returns:
        Method 请求集群addon的访问
      • setMethod

        public void setMethod​(String Method)
        Set 请求集群addon的访问
        Parameters:
        Method - 请求集群addon的访问
      • getPath

        public String getPath()
        Get 请求集群addon的路径
        Returns:
        Path 请求集群addon的路径
      • setPath

        public void setPath​(String Path)
        Set 请求集群addon的路径
        Parameters:
        Path - 请求集群addon的路径
      • getAccept

        public String getAccept()
        Get 请求集群addon后允许接收的数据格式
        Returns:
        Accept 请求集群addon后允许接收的数据格式
      • setAccept

        public void setAccept​(String Accept)
        Set 请求集群addon后允许接收的数据格式
        Parameters:
        Accept - 请求集群addon后允许接收的数据格式
      • getContentType

        public String getContentType()
        Get 请求集群addon的数据格式
        Returns:
        ContentType 请求集群addon的数据格式
      • setContentType

        public void setContentType​(String ContentType)
        Set 请求集群addon的数据格式
        Parameters:
        ContentType - 请求集群addon的数据格式
      • getRequestBody

        public String getRequestBody()
        Get 请求集群addon的数据
        Returns:
        RequestBody 请求集群addon的数据
      • setRequestBody

        public void setRequestBody​(String RequestBody)
        Set 请求集群addon的数据
        Parameters:
        RequestBody - 请求集群addon的数据
      • getClusterName

        public String getClusterName()
        Get 集群名称
        Returns:
        ClusterName 集群名称
      • setClusterName

        public void setClusterName​(String ClusterName)
        Set 集群名称
        Parameters:
        ClusterName - 集群名称
      • getEncodedBody

        public String getEncodedBody()
        Get 是否编码请求内容
        Returns:
        EncodedBody 是否编码请求内容
      • setEncodedBody

        public void setEncodedBody​(String EncodedBody)
        Set 是否编码请求内容
        Parameters:
        EncodedBody - 是否编码请求内容