public class FunctionVersion extends AbstractModel
header, skipSign
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 Remarks
|
String |
getContent()
Get Version Information: json string format
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTag()
Get Version number: V0 V1 V2
|
String |
getTimestamp()
Get Submission Time: UTC Seconds
|
String |
getType()
Get Change Type: ADD, MODIFY
|
String |
getUserId()
Get Submitter ID
|
String |
getUserName()
Get Submitter Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setComment(String Comment)
Set Remarks
|
void |
setContent(String Content)
Set Version Information: json string format
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTag(String Tag)
Set Version number: V0 V1 V2
|
void |
setTimestamp(String Timestamp)
Set Submission Time: UTC Seconds
|
void |
setType(String Type)
Set Change Type: ADD, MODIFY
|
void |
setUserId(String UserId)
Set Submitter ID
|
void |
setUserName(String UserName)
Set Submitter Name
Note: This field may return null, indicating that no valid value can be obtained.
|
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 FunctionVersion()
public FunctionVersion(FunctionVersion source)
public String getTag()
public void setTag(String Tag)
Tag
- Version number: V0 V1 V2public String getUserId()
public void setUserId(String UserId)
UserId
- Submitter IDpublic String getType()
public void setType(String Type)
Type
- Change Type: ADD, MODIFYpublic String getComment()
public void setComment(String Comment)
Comment
- Remarkspublic String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- Submission Time: UTC Secondspublic String getUserName()
public void setUserName(String UserName)
UserName
- Submitter Name
Note: This field may return null, indicating that no valid value can be obtained.public String getContent()
public void setContent(String Content)
Content
- Version Information: json string format
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.