public class GetAliasResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GetAliasResponse()  | 
GetAliasResponse(GetAliasResponse 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 Creation time
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDescription()
Get Alias description
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getFunctionVersion()
Get Master version pointed to by the alias 
 | 
String | 
getModTime()
Get Update time
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Alias name 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
RoutingConfig | 
getRoutingConfig()
Get Routing information of alias 
 | 
void | 
setAddTime(String AddTime)
Set Creation time
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDescription(String Description)
Set Alias description
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setFunctionVersion(String FunctionVersion)
Set Master version pointed to by the alias 
 | 
void | 
setModTime(String ModTime)
Set Update time
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Alias name 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setRoutingConfig(RoutingConfig RoutingConfig)
Set Routing information of alias 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetAliasResponse()
public GetAliasResponse(GetAliasResponse source)
public String getFunctionVersion()
public void setFunctionVersion(String FunctionVersion)
FunctionVersion - Master version pointed to by the aliaspublic String getName()
public void setName(String Name)
Name - Alias namepublic RoutingConfig getRoutingConfig()
public void setRoutingConfig(RoutingConfig RoutingConfig)
RoutingConfig - Routing information of aliaspublic String getDescription()
public void setDescription(String Description)
Description - Alias description
Note: this field may return null, indicating that no valid values can be obtained.public String getAddTime()
public void setAddTime(String AddTime)
AddTime - Creation time
Note: this field may return null, indicating that no valid values can be obtained.public String getModTime()
public void setModTime(String ModTime)
ModTime - Update time
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 © 2025. All rights reserved.