Package cn.ucloud.ulb.models
Class DescribeSupportCiphersResponse.TLSAndCiphers
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ulb.models.DescribeSupportCiphersResponse.TLSAndCiphers
-
- Enclosing class:
- DescribeSupportCiphersResponse
public static class DescribeSupportCiphersResponse.TLSAndCiphers extends Response
-
-
Constructor Summary
Constructors Constructor Description TLSAndCiphers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSSLCiphers()StringgetTLSVersion()voidsetSSLCiphers(List<String> sslCiphers)voidsetTLSVersion(String tlsVersion)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-