public class GetFunctionResponse extends AbstractModel
Constructor and Description |
---|
GetFunctionResponse() |
Modifier and Type | Method and Description |
---|---|
AccessInfo |
getAccessInfo()
Get Domain name information
|
String |
getAddTime()
Get Function creation time
|
String |
getAvailableStatus()
Get Function billing status
Note: this field may return null, indicating that no valid values can be obtained.
|
CfsConfig |
getCfsConfig()
Get File system configuration parameter, which is used for the function to mount the file system
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getClsLogsetId()
Get CLS logset to which logs are shipped
|
String |
getClsTopicId()
Get CLS Topic to which logs are shipped
|
String |
getCodeError()
Get Code error information
|
String |
getCodeInfo()
Get Function code
|
String |
getCodeResult()
Get Whether the code is correct
|
Long |
getCodeSize()
Get Function code size
|
DeadLetterConfig |
getDeadLetterConfig()
Get Information of a dead letter queue associated with a function
|
String |
getDescription()
Get Function description
|
EipOutConfig |
getEipConfig()
Get EipConfig configuration
|
Environment |
getEnvironment()
Get Function environment variable
|
Long |
getErrNo()
Get Error code
|
String |
getFunctionId()
Get Function ID
|
String |
getFunctionName()
Get Function name
|
String |
getFunctionVersion()
Get Function version
|
String |
getHandler()
Get Function entry
|
String |
getInstallDependency()
Get Whether to install dependencies automatically
|
String |
getL5Enable()
Get Whether to enable L5
|
LayerVersionInfo[] |
getLayers()
Get Version information of a layer associated with a function
|
Long |
getMemorySize()
Get Maximum available memory of the function
|
String |
getModTime()
Get Latest modification time of the function
|
String |
getNamespace()
Get Function namespace
|
String |
getOnsEnable()
Get Whether Ons is enabled
Note: This field may return null, indicating that no valid value was found.
|
PublicNetConfigOut |
getPublicNetConfig()
Get Public network access configuration
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQualifier()
Get Function version
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getRole()
Get Role bound to the function
|
String |
getRuntime()
Get Function running environment
|
String |
getStatus()
Get Function status
|
String |
getStatusDesc()
Get Status description
|
Tag[] |
getTags()
Get Function tag list
|
Long |
getTimeout()
Get Function timeout
|
Trigger[] |
getTriggers()
Get Function trigger list
|
String |
getType()
Get Function type.
|
String |
getUseGpu()
Get Whether to use GPU
|
VpcConfig |
getVpcConfig()
Get Function VPC
|
void |
setAccessInfo(AccessInfo AccessInfo)
Set Domain name information
|
void |
setAddTime(String AddTime)
Set Function creation time
|
void |
setAvailableStatus(String AvailableStatus)
Set Function billing status
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCfsConfig(CfsConfig CfsConfig)
Set File system configuration parameter, which is used for the function to mount the file system
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setClsLogsetId(String ClsLogsetId)
Set CLS logset to which logs are shipped
|
void |
setClsTopicId(String ClsTopicId)
Set CLS Topic to which logs are shipped
|
void |
setCodeError(String CodeError)
Set Code error information
|
void |
setCodeInfo(String CodeInfo)
Set Function code
|
void |
setCodeResult(String CodeResult)
Set Whether the code is correct
|
void |
setCodeSize(Long CodeSize)
Set Function code size
|
void |
setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set Information of a dead letter queue associated with a function
|
void |
setDescription(String Description)
Set Function description
|
void |
setEipConfig(EipOutConfig EipConfig)
Set EipConfig configuration
|
void |
setEnvironment(Environment Environment)
Set Function environment variable
|
void |
setErrNo(Long ErrNo)
Set Error code
|
void |
setFunctionId(String FunctionId)
Set Function ID
|
void |
setFunctionName(String FunctionName)
Set Function name
|
void |
setFunctionVersion(String FunctionVersion)
Set Function version
|
void |
setHandler(String Handler)
Set Function entry
|
void |
setInstallDependency(String InstallDependency)
Set Whether to install dependencies automatically
|
void |
setL5Enable(String L5Enable)
Set Whether to enable L5
|
void |
setLayers(LayerVersionInfo[] Layers)
Set Version information of a layer associated with a function
|
void |
setMemorySize(Long MemorySize)
Set Maximum available memory of the function
|
void |
setModTime(String ModTime)
Set Latest modification time of the function
|
void |
setNamespace(String Namespace)
Set Function namespace
|
void |
setOnsEnable(String OnsEnable)
Set Whether Ons is enabled
Note: This field may return null, indicating that no valid value was found.
|
void |
setPublicNetConfig(PublicNetConfigOut PublicNetConfig)
Set Public network access configuration
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQualifier(String Qualifier)
Set Function version
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRole(String Role)
Set Role bound to the function
|
void |
setRuntime(String Runtime)
Set Function running environment
|
void |
setStatus(String Status)
Set Function status
|
void |
setStatusDesc(String StatusDesc)
Set Status description
|
void |
setTags(Tag[] Tags)
Set Function tag list
|
void |
setTimeout(Long Timeout)
Set Function timeout
|
void |
setTriggers(Trigger[] Triggers)
Set Function trigger list
|
void |
setType(String Type)
Set Function type.
|
void |
setUseGpu(String UseGpu)
Set Whether to use GPU
|
void |
setVpcConfig(VpcConfig VpcConfig)
Set Function VPC
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getModTime()
public void setModTime(String ModTime)
ModTime
- Latest modification time of the functionpublic String getCodeInfo()
public void setCodeInfo(String CodeInfo)
CodeInfo
- Function codepublic String getDescription()
public void setDescription(String Description)
Description
- Function descriptionpublic Trigger[] getTriggers()
public void setTriggers(Trigger[] Triggers)
Triggers
- Function trigger listpublic String getHandler()
public void setHandler(String Handler)
Handler
- Function entrypublic Long getCodeSize()
public void setCodeSize(Long CodeSize)
CodeSize
- Function code sizepublic Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Function timeoutpublic String getFunctionVersion()
public void setFunctionVersion(String FunctionVersion)
FunctionVersion
- Function versionpublic Long getMemorySize()
public void setMemorySize(Long MemorySize)
MemorySize
- Maximum available memory of the functionpublic String getRuntime()
public void setRuntime(String Runtime)
Runtime
- Function running environmentpublic String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Function namepublic VpcConfig getVpcConfig()
public void setVpcConfig(VpcConfig VpcConfig)
VpcConfig
- Function VPCpublic String getUseGpu()
public void setUseGpu(String UseGpu)
UseGpu
- Whether to use GPUpublic Environment getEnvironment()
public void setEnvironment(Environment Environment)
Environment
- Function environment variablepublic String getCodeResult()
public void setCodeResult(String CodeResult)
CodeResult
- Whether the code is correctpublic String getCodeError()
public void setCodeError(String CodeError)
CodeError
- Code error informationpublic Long getErrNo()
public void setErrNo(Long ErrNo)
ErrNo
- Error codepublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Function namespacepublic String getRole()
public void setRole(String Role)
Role
- Role bound to the functionpublic String getInstallDependency()
public void setInstallDependency(String InstallDependency)
InstallDependency
- Whether to install dependencies automaticallypublic String getStatus()
public void setStatus(String Status)
Status
- Function statuspublic String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- Status descriptionpublic String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId
- CLS logset to which logs are shippedpublic String getClsTopicId()
public void setClsTopicId(String ClsTopicId)
ClsTopicId
- CLS Topic to which logs are shippedpublic String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId
- Function IDpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Function tag listpublic EipOutConfig getEipConfig()
public void setEipConfig(EipOutConfig EipConfig)
EipConfig
- EipConfig configurationpublic AccessInfo getAccessInfo()
public void setAccessInfo(AccessInfo AccessInfo)
AccessInfo
- Domain name informationpublic String getType()
public void setType(String Type)
Type
- Function type. The value is `HTTP` or `Event`.public String getL5Enable()
public void setL5Enable(String L5Enable)
L5Enable
- Whether to enable L5public LayerVersionInfo[] getLayers()
public void setLayers(LayerVersionInfo[] Layers)
Layers
- Version information of a layer associated with a functionpublic DeadLetterConfig getDeadLetterConfig()
public void setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
DeadLetterConfig
- Information of a dead letter queue associated with a functionpublic String getAddTime()
public void setAddTime(String AddTime)
AddTime
- Function creation timepublic PublicNetConfigOut getPublicNetConfig()
public void setPublicNetConfig(PublicNetConfigOut PublicNetConfig)
PublicNetConfig
- Public network access configuration
Note: This field may return null, indicating that no valid values can be obtained.public String getOnsEnable()
public void setOnsEnable(String OnsEnable)
OnsEnable
- Whether Ons is enabled
Note: This field may return null, indicating that no valid value was found.public CfsConfig getCfsConfig()
public void setCfsConfig(CfsConfig CfsConfig)
CfsConfig
- File system configuration parameter, which is used for the function to mount the file system
Note: this field may return null, indicating that no valid values can be obtained.public String getAvailableStatus()
public void setAvailableStatus(String AvailableStatus)
AvailableStatus
- Function billing status
Note: this field may return null, indicating that no valid values can be obtained.public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier
- Function version
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.