Class DescribeListenersResponse.CorsConfigSet
java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.ulb.models.DescribeListenersResponse.CorsConfigSet
- Enclosing class:
DescribeListenersResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowCredentials(String allowCredentials) voidsetAllowHeaders(List<String> allowHeaders) voidsetAllowMethods(List<String> allowMethods) voidsetAllowOrigin(List<String> allowOrigin) voidsetExposeHeaders(List<String> exposeHeaders) voidMethods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
Constructor Details
-
CorsConfigSet
public CorsConfigSet()
-
-
Method Details
-
getAllowOrigin
-
setAllowOrigin
-
getAllowHeaders
-
setAllowHeaders
-
getExposeHeaders
-
setExposeHeaders
-
getAllowMethods
-
setAllowMethods
-
getAllowCredentials
-
setAllowCredentials
-
getMaxAge
-
setMaxAge
-