类 ListAppRsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.model.ListRequest
-
- com.baidubce.services.blb.model.ListAppRsRequest
-
public class ListAppRsRequest extends ListRequest
The request for list appBlb backendServer.
-
-
构造器概要
构造器 构造器 说明 ListAppRsRequest(String blbId)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBlbId()StringgetSgId()voidsetBlbId(String blbId)voidsetSgId(String sgId)ListAppRsRequestwithBlbId(String blbId)ListAppRsRequestwithRequestCredentials(BceCredentials credentials)ListAppRsRequestwithSgId(String sgId)-
从类继承的方法 com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeys
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
构造器详细资料
-
ListAppRsRequest
public ListAppRsRequest(String blbId)
-
-
方法详细资料
-
getSgId
public String getSgId()
-
setSgId
public void setSgId(String sgId)
-
getBlbId
public String getBlbId()
-
setBlbId
public void setBlbId(String blbId)
-
withBlbId
public ListAppRsRequest withBlbId(String blbId)
-
withSgId
public ListAppRsRequest withSgId(String sgId)
-
withRequestCredentials
public ListAppRsRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-