类 ListAppPolicyRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.model.ListRequest
-
- com.baidubce.services.blb.model.ListAppPolicyRequest
-
public class ListAppPolicyRequest extends ListRequest
The request for list appBlb policy.
-
-
构造器概要
构造器 构造器 说明 ListAppPolicyRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBlbId()IntegergetPort()voidsetBlbId(String blbId)voidsetPort(Integer port)ListAppPolicyRequestwithBlbId(String blbId)ListAppPolicyRequestwithPort(Integer port)ListAppPolicyRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeys
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getBlbId
public String getBlbId()
-
setBlbId
public void setBlbId(String blbId)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
withBlbId
public ListAppPolicyRequest withBlbId(String blbId)
-
withPort
public ListAppPolicyRequest withPort(Integer port)
-
withRequestCredentials
public ListAppPolicyRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-