com.baidubce.services.blb.model
Class BlbListenerRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.blb.model.BlbListenerRequest

public class BlbListenerRequest
extends AbstractBceRequest

The request for blb listener operations.


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

Constructor Detail

BlbListenerRequest

public BlbListenerRequest()
Method Detail

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.