public class DeployServerlessGroupRequest extends AbstractModel
构造器和说明 |
---|
DeployServerlessGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getGroupId()
Get 部署组ID
|
String |
getPkgId()
Get 程序包ID
|
VpcConfig |
getVpcConfig()
Get VpcConfig对象,和创建接口中对象一致
|
void |
setGroupId(String GroupId)
Set 部署组ID
|
void |
setPkgId(String PkgId)
Set 程序包ID
|
void |
setVpcConfig(VpcConfig VpcConfig)
Set VpcConfig对象,和创建接口中对象一致
|
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 String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 部署组IDpublic String getPkgId()
public void setPkgId(String PkgId)
PkgId
- 程序包IDpublic VpcConfig getVpcConfig()
public void setVpcConfig(VpcConfig VpcConfig)
VpcConfig
- VpcConfig对象,和创建接口中对象一致Copyright © 2019. All rights reserved.