public class FunctionVersion extends AbstractModel
Constructor and Description |
---|
FunctionVersion() |
FunctionVersion(FunctionVersion 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddTime()
Get The creation time
Note: This field may return null, indicating that no valid value was found.
|
String |
getDescription()
Get Version description
Note: This field may return null, indicating that no valid values is found.
|
String |
getModTime()
Get Update time
Note: This field may return null, indicating that no valid value was found.
|
String |
getStatus()
Get Version status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getVersion()
Get Function version name
|
void |
setAddTime(String AddTime)
Set The creation time
Note: This field may return null, indicating that no valid value was found.
|
void |
setDescription(String Description)
Set Version description
Note: This field may return null, indicating that no valid values is found.
|
void |
setModTime(String ModTime)
Set Update time
Note: This field may return null, indicating that no valid value was found.
|
void |
setStatus(String Status)
Set Version status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setVersion(String Version)
Set Function version name
|
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 FunctionVersion()
public FunctionVersion(FunctionVersion source)
public String getVersion()
public void setVersion(String Version)
Version
- Function version namepublic String getDescription()
public void setDescription(String Description)
Description
- Version description
Note: This field may return null, indicating that no valid values is found.public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- The creation time
Note: This field may return null, indicating that no valid value was found.public String getModTime()
public void setModTime(String ModTime)
ModTime
- Update time
Note: This field may return null, indicating that no valid value was found.public String getStatus()
public void setStatus(String Status)
Status
- Version status
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.