public class Function extends AbstractModel
header, skipSign
Constructor and Description |
---|
Function() |
Function(Function 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 |
getContent()
Get Function content.
|
String |
getCreateTime()
Get Creation time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
String |
getDomain()
Get Default domain name of a function.
|
String |
getFunctionId()
Get Function ID.
|
String |
getName()
Get Function name.
|
String |
getRemark()
Get Function description.
|
String |
getUpdateTime()
Get Modification time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
String |
getZoneId()
Get Zone ID.
|
void |
setContent(String Content)
Set Function content.
|
void |
setCreateTime(String CreateTime)
Set Creation time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
void |
setDomain(String Domain)
Set Default domain name of a function.
|
void |
setFunctionId(String FunctionId)
Set Function ID.
|
void |
setName(String Name)
Set Function name.
|
void |
setRemark(String Remark)
Set Function description.
|
void |
setUpdateTime(String UpdateTime)
Set Modification time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.
|
void |
setZoneId(String ZoneId)
Set Zone ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Function()
public Function(Function source)
public String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId
- Function ID.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getName()
public void setName(String Name)
Name
- Function name.public String getRemark()
public void setRemark(String Remark)
Remark
- Function description.public String getContent()
public void setContent(String Content)
Content
- Function content.public String getDomain()
public void setDomain(String Domain)
Domain
- Default domain name of a function.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Modification time, which adopts Coordinated Universal Time (UTC) and follows the date and time format of the ISO 8601 standard.Copyright © 2025. All rights reserved.