类 AliasConfiguration
- java.lang.Object
-
- com.baidubce.services.cfc.model.JsonObject
-
- com.baidubce.services.cfc.model.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()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAliasArn()Get the AliasArn for aliasStringgetAliasBrn()Get the AliasBrn for aliasStringgetCreatedAt()Get the CreatedAt for aliasStringgetDescription()Get the Description for aliasStringgetFunctionName()Get the FunctionName for functionStringgetFunctionVersion()Get the FunctionVersion for functionStringgetName()Get the Name for aliasStringgetUid()Get the Uid for the function userStringgetUpdatedAt()Get the UpdatedAt for aliasvoidsetAliasArn(String aliasArn)Set the AliasArn for aliasvoidsetAliasBrn(String aliasBrn)Set the AliasBrn for aliasvoidsetCreatedAt(String createdAt)Set the CreatedAt for aliasvoidsetDescription(String description)Set the Description for aliasvoidsetFunctionName(String functionName)Set the FunctionName for functionvoidsetFunctionVersion(String functionVersion)Set the FunctionVersion for functionvoidsetName(String name)Set the Name for aliasvoidsetUid(String uid)Set the Uid for the function uservoidsetUpdatedAt(String updatedAt)Set the UpdatedAt for alias-
从类继承的方法 com.baidubce.services.cfc.model.JsonObject
toString
-
-
-
-
方法详细资料
-
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
-
-