类 AliasConfiguration


  • public class AliasConfiguration
    extends JsonObject
    Represent the basic alias information about a CFC function. The information contains the basic information of the alias, such as function_name, name, description, etc.
    • 构造器详细资料

      • AliasConfiguration

        public AliasConfiguration()
    • 方法详细资料

      • getAliasBrn

        public String getAliasBrn()
        Get the AliasBrn for alias
        返回:
        The AliasBrn for alias
      • setAliasBrn

        public void setAliasBrn​(String aliasBrn)
        Set the AliasBrn for alias
        参数:
        aliasBrn - The AliasBrn for alias
      • getAliasArn

        public String getAliasArn()
        Get the AliasArn for alias
        返回:
        The AliasArn for alias
      • setAliasArn

        public void setAliasArn​(String aliasArn)
        Set the AliasArn for alias
        参数:
        aliasArn - The AliasArn for alias
      • getFunctionName

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

        public void setFunctionName​(String functionName)
        Set the FunctionName for function
        参数:
        functionName - The FunctionName for function
      • getFunctionVersion

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

        public void setFunctionVersion​(String functionVersion)
        Set the FunctionVersion for function
        参数:
        functionVersion - The FunctionVersion for function
      • getName

        public String getName()
        Get the Name for alias
        返回:
        The Name for alias
      • setName

        public void setName​(String name)
        Set the Name for alias
        参数:
        name - The Name for alias
      • getDescription

        public String getDescription()
        Get the Description for alias
        返回:
        The Description for alias
      • setDescription

        public void setDescription​(String description)
        Set the Description for alias
        参数:
        description - The Description for alias
      • getUid

        public String getUid()
        Get the Uid for the function user
        返回:
        The Uid for the function user
      • setUid

        public void setUid​(String uid)
        Set the Uid for the function user
        参数:
        uid - The Uid for the function user
      • getUpdatedAt

        public String getUpdatedAt()
        Get the UpdatedAt for alias
        返回:
        The UpdatedAt for alias
      • setUpdatedAt

        public void setUpdatedAt​(String updatedAt)
        Set the UpdatedAt for alias
        参数:
        updatedAt - The UpdatedAt for alias
      • getCreatedAt

        public String getCreatedAt()
        Get the CreatedAt for alias
        返回:
        The CreatedAt for alias
      • setCreatedAt

        public void setCreatedAt​(String createdAt)
        Set the CreatedAt for alias
        参数:
        createdAt - The CreatedAt for alias