类 AppPolicyRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.blb.model.AppPolicyRequest
-
public class AppPolicyRequest extends AbstractBceRequest
The request for appBlb policy.
-
-
构造器概要
构造器 构造器 说明 AppPolicyRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<AppPolicy>getAppPolicyVos()StringgetBlbId()StringgetClientToken()IntegergetListenerPort()StringgetType()voidsetAppPolicyVos(List<AppPolicy> appPolicyVos)voidsetBlbId(String blbId)voidsetClientToken(String clientToken)voidsetListenerPort(Integer listenerPort)voidsetType(String type)AppPolicyRequestwithAppPolicyVos(List<AppPolicy> appPolicyVos)AppPolicyRequestwithBlbId(String blbId)AppPolicyRequestwithListenerPort(Integer listenerPort)AppPolicyRequestwithRequestCredentials(BceCredentials credentials)AppPolicyRequestwithType(String type)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getBlbId
public String getBlbId()
-
setBlbId
public void setBlbId(String blbId)
-
getListenerPort
public Integer getListenerPort()
-
setListenerPort
public void setListenerPort(Integer listenerPort)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getClientToken
public String getClientToken()
-
setClientToken
public void setClientToken(String clientToken)
-
withBlbId
public AppPolicyRequest withBlbId(String blbId)
-
withListenerPort
public AppPolicyRequest withListenerPort(Integer listenerPort)
-
withType
public AppPolicyRequest withType(String type)
-
withAppPolicyVos
public AppPolicyRequest withAppPolicyVos(List<AppPolicy> appPolicyVos)
-
withRequestCredentials
public AppPolicyRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-