类 AppRsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.blb.model.AppRsRequest
-
public class AppRsRequest extends AbstractBceRequest
The request for appBlb backendServer.
-
-
构造器概要
构造器 构造器 说明 AppRsRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getBackendServerIdList()StringgetBlbId()StringgetClientToken()StringgetSgId()voidsetBackendServerIdList(List<String> backendServerIdList)voidsetBlbId(String blbId)voidsetClientToken(String clientToken)voidsetSgId(String sgId)AppRsRequestwithBackendServerIdList(List<String> backendServerIdList)AppRsRequestwithBlbId(String blbId)AppRsRequestwithRequestCredentials(BceCredentials credentials)AppRsRequestwithSgId(String sgId)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withBlbId
public AppRsRequest withBlbId(String blbId)
-
withSgId
public AppRsRequest withSgId(String sgId)
-
withBackendServerIdList
public AppRsRequest withBackendServerIdList(List<String> backendServerIdList)
-
getSgId
public String getSgId()
-
setSgId
public void setSgId(String sgId)
-
getBlbId
public String getBlbId()
-
setBlbId
public void setBlbId(String blbId)
-
getClientToken
public String getClientToken()
-
setClientToken
public void setClientToken(String clientToken)
-
withRequestCredentials
public AppRsRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-