com.baidubce.services.blb.model
Class BlbListenerRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.blb.model.BlbListenerRequest
public class BlbListenerRequest
- extends AbstractBceRequest
The request for blb listener operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlbListenerRequest
public BlbListenerRequest()
getClientToken
public String getClientToken()
setClientToken
public void setClientToken(String clientToken)
getBlbId
public String getBlbId()
setBlbId
public void setBlbId(String blbId)
getBackendPort
public Integer getBackendPort()
setBackendPort
public void setBackendPort(Integer backendPort)
getListenerPort
public Integer getListenerPort()
setListenerPort
public void setListenerPort(Integer listenerPort)
getType
public String getType()
setType
public void setType(String type)
getScheduler
public String getScheduler()
setScheduler
public void setScheduler(String scheduler)
isKeepSession
public boolean isKeepSession()
setKeepSession
public void setKeepSession(boolean keepSession)
getKeepSessionType
public String getKeepSessionType()
setKeepSessionType
public void setKeepSessionType(String keepSessionType)
getKeepSessionDuration
public Integer getKeepSessionDuration()
setKeepSessionDuration
public void setKeepSessionDuration(Integer keepSessionDuration)
getKeepSessionCookieName
public String getKeepSessionCookieName()
setKeepSessionCookieName
public void setKeepSessionCookieName(String keepSessionCookieName)
isxForwardFor
public boolean isxForwardFor()
setxForwardFor
public void setxForwardFor(boolean xForwardFor)
getHealthCheckType
public String getHealthCheckType()
setHealthCheckType
public void setHealthCheckType(String healthCheckType)
getHealthCheckPort
public Integer getHealthCheckPort()
setHealthCheckPort
public void setHealthCheckPort(Integer healthCheckPort)
getHealthCheckTimeoutInSecond
public Integer getHealthCheckTimeoutInSecond()
setHealthCheckTimeoutInSecond
public void setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond)
getUnhealthyThreshold
public Integer getUnhealthyThreshold()
setUnhealthyThreshold
public void setUnhealthyThreshold(Integer unhealthyThreshold)
getHealthyThreshold
public Integer getHealthyThreshold()
setHealthyThreshold
public void setHealthyThreshold(Integer healthyThreshold)
getHealthCheckInterval
public Integer getHealthCheckInterval()
setHealthCheckInterval
public void setHealthCheckInterval(Integer healthCheckInterval)
getHealthCheckURI
public String getHealthCheckURI()
setHealthCheckURI
public void setHealthCheckURI(String healthCheckURI)
getHealthCheckNormalStatus
public String getHealthCheckNormalStatus()
setHealthCheckNormalStatus
public void setHealthCheckNormalStatus(String healthCheckNormalStatus)
getServerTimeout
public Integer getServerTimeout()
setServerTimeout
public void setServerTimeout(Integer serverTimeout)
getCertIds
public List<String> getCertIds()
setCertIds
public void setCertIds(List<String> certIds)
getIe6Compatible
public Boolean getIe6Compatible()
setIe6Compatible
public void setIe6Compatible(Boolean ie6Compatible)
getRedirectPort
public Integer getRedirectPort()
setRedirectPort
public void setRedirectPort(Integer redirectPort)
getHealthCheckString
public String getHealthCheckString()
setHealthCheckString
public void setHealthCheckString(String healthCheckString)
withRequestCredentials
public BlbListenerRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.