@@ -46,9 +46,15 @@ public class DescribeListenerAttributesResponse extends com.volcengine.model.Abs
4646 @ SerializedName ("Bandwidth" )
4747 private Integer bandwidth = null ;
4848
49+ @ SerializedName ("CertCenterCertificateId" )
50+ private String certCenterCertificateId = null ;
51+
4952 @ SerializedName ("CertificateId" )
5053 private String certificateId = null ;
5154
55+ @ SerializedName ("CertificateSource" )
56+ private String certificateSource = null ;
57+
5258 @ SerializedName ("ClientBodyTimeout" )
5359 private Integer clientBodyTimeout = null ;
5460
@@ -124,6 +130,9 @@ public class DescribeListenerAttributesResponse extends com.volcengine.model.Abs
124130 @ SerializedName ("RequestId" )
125131 private String requestId = null ;
126132
133+ @ SerializedName ("ResponseCheckEnabled" )
134+ private String responseCheckEnabled = null ;
135+
127136 @ SerializedName ("Scheduler" )
128137 private String scheduler = null ;
129138
@@ -228,6 +237,24 @@ public void setBandwidth(Integer bandwidth) {
228237 this .bandwidth = bandwidth ;
229238 }
230239
240+ public DescribeListenerAttributesResponse certCenterCertificateId (String certCenterCertificateId ) {
241+ this .certCenterCertificateId = certCenterCertificateId ;
242+ return this ;
243+ }
244+
245+ /**
246+ * Get certCenterCertificateId
247+ * @return certCenterCertificateId
248+ **/
249+ @ Schema (description = "" )
250+ public String getCertCenterCertificateId () {
251+ return certCenterCertificateId ;
252+ }
253+
254+ public void setCertCenterCertificateId (String certCenterCertificateId ) {
255+ this .certCenterCertificateId = certCenterCertificateId ;
256+ }
257+
231258 public DescribeListenerAttributesResponse certificateId (String certificateId ) {
232259 this .certificateId = certificateId ;
233260 return this ;
@@ -246,6 +273,24 @@ public void setCertificateId(String certificateId) {
246273 this .certificateId = certificateId ;
247274 }
248275
276+ public DescribeListenerAttributesResponse certificateSource (String certificateSource ) {
277+ this .certificateSource = certificateSource ;
278+ return this ;
279+ }
280+
281+ /**
282+ * Get certificateSource
283+ * @return certificateSource
284+ **/
285+ @ Schema (description = "" )
286+ public String getCertificateSource () {
287+ return certificateSource ;
288+ }
289+
290+ public void setCertificateSource (String certificateSource ) {
291+ this .certificateSource = certificateSource ;
292+ }
293+
249294 public DescribeListenerAttributesResponse clientBodyTimeout (Integer clientBodyTimeout ) {
250295 this .clientBodyTimeout = clientBodyTimeout ;
251296 return this ;
@@ -697,6 +742,24 @@ public void setRequestId(String requestId) {
697742 this .requestId = requestId ;
698743 }
699744
745+ public DescribeListenerAttributesResponse responseCheckEnabled (String responseCheckEnabled ) {
746+ this .responseCheckEnabled = responseCheckEnabled ;
747+ return this ;
748+ }
749+
750+ /**
751+ * Get responseCheckEnabled
752+ * @return responseCheckEnabled
753+ **/
754+ @ Schema (description = "" )
755+ public String getResponseCheckEnabled () {
756+ return responseCheckEnabled ;
757+ }
758+
759+ public void setResponseCheckEnabled (String responseCheckEnabled ) {
760+ this .responseCheckEnabled = responseCheckEnabled ;
761+ }
762+
700763 public DescribeListenerAttributesResponse scheduler (String scheduler ) {
701764 this .scheduler = scheduler ;
702765 return this ;
@@ -864,7 +927,9 @@ public boolean equals(java.lang.Object o) {
864927 Objects .equals (this .aclStatus , describeListenerAttributesResponse .aclStatus ) &&
865928 Objects .equals (this .aclType , describeListenerAttributesResponse .aclType ) &&
866929 Objects .equals (this .bandwidth , describeListenerAttributesResponse .bandwidth ) &&
930+ Objects .equals (this .certCenterCertificateId , describeListenerAttributesResponse .certCenterCertificateId ) &&
867931 Objects .equals (this .certificateId , describeListenerAttributesResponse .certificateId ) &&
932+ Objects .equals (this .certificateSource , describeListenerAttributesResponse .certificateSource ) &&
868933 Objects .equals (this .clientBodyTimeout , describeListenerAttributesResponse .clientBodyTimeout ) &&
869934 Objects .equals (this .clientHeaderTimeout , describeListenerAttributesResponse .clientHeaderTimeout ) &&
870935 Objects .equals (this .connectionDrainEnabled , describeListenerAttributesResponse .connectionDrainEnabled ) &&
@@ -890,6 +955,7 @@ public boolean equals(java.lang.Object o) {
890955 Objects .equals (this .proxyReadTimeout , describeListenerAttributesResponse .proxyReadTimeout ) &&
891956 Objects .equals (this .proxySendTimeout , describeListenerAttributesResponse .proxySendTimeout ) &&
892957 Objects .equals (this .requestId , describeListenerAttributesResponse .requestId ) &&
958+ Objects .equals (this .responseCheckEnabled , describeListenerAttributesResponse .responseCheckEnabled ) &&
893959 Objects .equals (this .scheduler , describeListenerAttributesResponse .scheduler ) &&
894960 Objects .equals (this .securityPolicyId , describeListenerAttributesResponse .securityPolicyId ) &&
895961 Objects .equals (this .sendTimeout , describeListenerAttributesResponse .sendTimeout ) &&
@@ -902,7 +968,7 @@ public boolean equals(java.lang.Object o) {
902968
903969 @ Override
904970 public int hashCode () {
905- return Objects .hash (aclIds , aclStatus , aclType , bandwidth , certificateId , clientBodyTimeout , clientHeaderTimeout , connectionDrainEnabled , connectionDrainTimeout , cookie , createTime , description , enabled , endPort , establishedTimeout , healthCheck , http2Enabled , keepaliveTimeout , listenerId , listenerName , loadBalancerId , persistenceTimeout , persistenceType , port , protocol , proxyConnectTimeout , proxyProtocolType , proxyReadTimeout , proxySendTimeout , requestId , scheduler , securityPolicyId , sendTimeout , serverGroupId , startPort , status , tags , updateTime );
971+ return Objects .hash (aclIds , aclStatus , aclType , bandwidth , certCenterCertificateId , certificateId , certificateSource , clientBodyTimeout , clientHeaderTimeout , connectionDrainEnabled , connectionDrainTimeout , cookie , createTime , description , enabled , endPort , establishedTimeout , healthCheck , http2Enabled , keepaliveTimeout , listenerId , listenerName , loadBalancerId , persistenceTimeout , persistenceType , port , protocol , proxyConnectTimeout , proxyProtocolType , proxyReadTimeout , proxySendTimeout , requestId , responseCheckEnabled , scheduler , securityPolicyId , sendTimeout , serverGroupId , startPort , status , tags , updateTime );
906972 }
907973
908974
@@ -915,7 +981,9 @@ public String toString() {
915981 sb .append (" aclStatus: " ).append (toIndentedString (aclStatus )).append ("\n " );
916982 sb .append (" aclType: " ).append (toIndentedString (aclType )).append ("\n " );
917983 sb .append (" bandwidth: " ).append (toIndentedString (bandwidth )).append ("\n " );
984+ sb .append (" certCenterCertificateId: " ).append (toIndentedString (certCenterCertificateId )).append ("\n " );
918985 sb .append (" certificateId: " ).append (toIndentedString (certificateId )).append ("\n " );
986+ sb .append (" certificateSource: " ).append (toIndentedString (certificateSource )).append ("\n " );
919987 sb .append (" clientBodyTimeout: " ).append (toIndentedString (clientBodyTimeout )).append ("\n " );
920988 sb .append (" clientHeaderTimeout: " ).append (toIndentedString (clientHeaderTimeout )).append ("\n " );
921989 sb .append (" connectionDrainEnabled: " ).append (toIndentedString (connectionDrainEnabled )).append ("\n " );
@@ -941,6 +1009,7 @@ public String toString() {
9411009 sb .append (" proxyReadTimeout: " ).append (toIndentedString (proxyReadTimeout )).append ("\n " );
9421010 sb .append (" proxySendTimeout: " ).append (toIndentedString (proxySendTimeout )).append ("\n " );
9431011 sb .append (" requestId: " ).append (toIndentedString (requestId )).append ("\n " );
1012+ sb .append (" responseCheckEnabled: " ).append (toIndentedString (responseCheckEnabled )).append ("\n " );
9441013 sb .append (" scheduler: " ).append (toIndentedString (scheduler )).append ("\n " );
9451014 sb .append (" securityPolicyId: " ).append (toIndentedString (securityPolicyId )).append ("\n " );
9461015 sb .append (" sendTimeout: " ).append (toIndentedString (sendTimeout )).append ("\n " );
0 commit comments