public class AppSgRequest extends AbstractBceRequest
| Constructor and Description |
|---|
AppSgRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<AppBackendServer> |
getBackendServerList() |
String |
getBlbId() |
String |
getClientToken() |
String |
getDesc() |
String |
getName() |
String |
getSgId() |
void |
setBackendServerList(List<AppBackendServer> backendServerList) |
void |
setBlbId(String blbId) |
void |
setClientToken(String clientToken) |
void |
setDesc(String desc) |
void |
setName(String name) |
void |
setSgId(String sgId) |
AppSgRequest |
withBackendServerList(List<AppBackendServer> backendServerList) |
AppSgRequest |
withBlbId(String blbId) |
AppSgRequest |
withDesc(String desc) |
AppSgRequest |
withName(String name) |
AppSgRequest |
withRequestCredentials(BceCredentials credentials) |
AppSgRequest |
withSgId(String sgId) |
getRequestCredentials, setRequestCredentialspublic AppSgRequest withName(String name)
public AppSgRequest withDesc(String desc)
public AppSgRequest withBlbId(String blbId)
public AppSgRequest withSgId(String sgId)
public String getSgId()
public void setSgId(String sgId)
public AppSgRequest withBackendServerList(List<AppBackendServer> backendServerList)
public String getBlbId()
public void setBlbId(String blbId)
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public List<AppBackendServer> getBackendServerList()
public void setBackendServerList(List<AppBackendServer> backendServerList)
public String getClientToken()
public void setClientToken(String clientToken)
public AppSgRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2020. All rights reserved.