public class DeployByNameRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeployByNameRequest() | 
| DeployByNameRequest(DeployByNameRequest 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 | getApplicationName()Get The application name. | 
| String | getClusterId()Get The network ID. | 
| Long | getGroupId()Get The group ID. | 
| void | setApplicationName(String ApplicationName)Set The application name. | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| 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, toJsonStringpublic DeployByNameRequest()
public DeployByNameRequest(DeployByNameRequest source)
public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - The application name.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.Copyright © 2023. All rights reserved.