类 ListAppSgRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.model.ListRequest
-
- com.baidubce.services.blb.model.ListAppSgRequest
-
public class ListAppSgRequest extends ListRequest
The request for list appBlb serverGroup.
-
-
构造器概要
构造器 构造器 说明 ListAppSgRequest(String blbId)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBlbId()StringgetName()voidsetBlbId(String blbId)voidsetName(String name)ListAppSgRequestwithBlbId(String blbId)ListAppSgRequestwithName(String name)ListAppSgRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeys
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
构造器详细资料
-
ListAppSgRequest
public ListAppSgRequest(String blbId)
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
getBlbId
public String getBlbId()
-
setBlbId
public void setBlbId(String blbId)
-
withBlbId
public ListAppSgRequest withBlbId(String blbId)
-
withName
public ListAppSgRequest withName(String name)
-
withRequestCredentials
public ListAppSgRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-