类 CreateAliasRequest


  • public class CreateAliasRequest
    extends GenericAliasRequest
    Request object for creating a alias for Baidu CFC function.
    • 构造器详细资料

      • CreateAliasRequest

        public CreateAliasRequest​(String name)
    • 方法详细资料

      • getFunctionName

        public String getFunctionName()
        Get the function name
        返回:
        The function name
      • setFunctionName

        public void setFunctionName​(String functionName)
        Set the function name. Note that the length limit only applies to BRN. If only the function name is specified, the length is limited to 64 characters.
        参数:
        functionName -
      • getFunctionVersion

        public String getFunctionVersion()
        Get the function version
        返回:
        The function version
      • setFunctionVersion

        public void setFunctionVersion​(String functionVersion)
        Set the function version
        参数:
        functionVersion - The function version
      • getDescription

        public String getDescription()
        Get the description of the alias
        返回:
        The description of alias
      • setDescription

        public void setDescription​(String description)
        Set the description of alias
        参数:
        description - The description of alias