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 |
getComment()
Get 备注
|
String |
getContent()
Get 版本内容:json string 格式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTag()
Get 版本号:V0 V1 V2
|
String |
getTimestamp()
Get 提交时间: UTC 秒数
|
String |
getType()
Get 变更类型:ADD、MODIFY
|
String |
getUserId()
Get 提交人 ID
|
String |
getUserName()
Get 提交人名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComment(String Comment)
Set 备注
|
void |
setContent(String Content)
Set 版本内容:json string 格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTag(String Tag)
Set 版本号:V0 V1 V2
|
void |
setTimestamp(String Timestamp)
Set 提交时间: UTC 秒数
|
void |
setType(String Type)
Set 变更类型:ADD、MODIFY
|
void |
setUserId(String UserId)
Set 提交人 ID
|
void |
setUserName(String UserName)
Set 提交人名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 getTag()
public void setTag(String Tag)
Tag
- 版本号:V0 V1 V2public String getUserId()
public void setUserId(String UserId)
UserId
- 提交人 IDpublic String getType()
public void setType(String Type)
Type
- 变更类型:ADD、MODIFYpublic String getComment()
public void setComment(String Comment)
Comment
- 备注public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- 提交时间: UTC 秒数public String getUserName()
public void setUserName(String UserName)
UserName
- 提交人名称
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content
- 版本内容:json string 格式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.