@@ -46,6 +46,12 @@ public class DescribeListenerAttributesResponse extends com.volcengine.model.Abs
4646 @ SerializedName ("Bandwidth" )
4747 private Integer bandwidth = null ;
4848
49+ @ SerializedName ("CACertificateId" )
50+ private String caCertificateId = null ;
51+
52+ @ SerializedName ("CAEnabled" )
53+ private String caEnabled = null ;
54+
4955 @ SerializedName ("CertCenterCertificateId" )
5056 private String certCenterCertificateId = null ;
5157
@@ -157,6 +163,9 @@ public class DescribeListenerAttributesResponse extends com.volcengine.model.Abs
157163 @ SerializedName ("UpdateTime" )
158164 private String updateTime = null ;
159165
166+ @ SerializedName ("WafProtectionEnabled" )
167+ private String wafProtectionEnabled = null ;
168+
160169 public DescribeListenerAttributesResponse aclIds (List <String > aclIds ) {
161170 this .aclIds = aclIds ;
162171 return this ;
@@ -237,6 +246,42 @@ public void setBandwidth(Integer bandwidth) {
237246 this .bandwidth = bandwidth ;
238247 }
239248
249+ public DescribeListenerAttributesResponse caCertificateId (String caCertificateId ) {
250+ this .caCertificateId = caCertificateId ;
251+ return this ;
252+ }
253+
254+ /**
255+ * Get caCertificateId
256+ * @return caCertificateId
257+ **/
258+ @ Schema (description = "" )
259+ public String getCaCertificateId () {
260+ return caCertificateId ;
261+ }
262+
263+ public void setCaCertificateId (String caCertificateId ) {
264+ this .caCertificateId = caCertificateId ;
265+ }
266+
267+ public DescribeListenerAttributesResponse caEnabled (String caEnabled ) {
268+ this .caEnabled = caEnabled ;
269+ return this ;
270+ }
271+
272+ /**
273+ * Get caEnabled
274+ * @return caEnabled
275+ **/
276+ @ Schema (description = "" )
277+ public String getCaEnabled () {
278+ return caEnabled ;
279+ }
280+
281+ public void setCaEnabled (String caEnabled ) {
282+ this .caEnabled = caEnabled ;
283+ }
284+
240285 public DescribeListenerAttributesResponse certCenterCertificateId (String certCenterCertificateId ) {
241286 this .certCenterCertificateId = certCenterCertificateId ;
242287 return this ;
@@ -913,6 +958,24 @@ public void setUpdateTime(String updateTime) {
913958 this .updateTime = updateTime ;
914959 }
915960
961+ public DescribeListenerAttributesResponse wafProtectionEnabled (String wafProtectionEnabled ) {
962+ this .wafProtectionEnabled = wafProtectionEnabled ;
963+ return this ;
964+ }
965+
966+ /**
967+ * Get wafProtectionEnabled
968+ * @return wafProtectionEnabled
969+ **/
970+ @ Schema (description = "" )
971+ public String getWafProtectionEnabled () {
972+ return wafProtectionEnabled ;
973+ }
974+
975+ public void setWafProtectionEnabled (String wafProtectionEnabled ) {
976+ this .wafProtectionEnabled = wafProtectionEnabled ;
977+ }
978+
916979
917980 @ Override
918981 public boolean equals (java .lang .Object o ) {
@@ -927,6 +990,8 @@ public boolean equals(java.lang.Object o) {
927990 Objects .equals (this .aclStatus , describeListenerAttributesResponse .aclStatus ) &&
928991 Objects .equals (this .aclType , describeListenerAttributesResponse .aclType ) &&
929992 Objects .equals (this .bandwidth , describeListenerAttributesResponse .bandwidth ) &&
993+ Objects .equals (this .caCertificateId , describeListenerAttributesResponse .caCertificateId ) &&
994+ Objects .equals (this .caEnabled , describeListenerAttributesResponse .caEnabled ) &&
930995 Objects .equals (this .certCenterCertificateId , describeListenerAttributesResponse .certCenterCertificateId ) &&
931996 Objects .equals (this .certificateId , describeListenerAttributesResponse .certificateId ) &&
932997 Objects .equals (this .certificateSource , describeListenerAttributesResponse .certificateSource ) &&
@@ -963,12 +1028,13 @@ public boolean equals(java.lang.Object o) {
9631028 Objects .equals (this .startPort , describeListenerAttributesResponse .startPort ) &&
9641029 Objects .equals (this .status , describeListenerAttributesResponse .status ) &&
9651030 Objects .equals (this .tags , describeListenerAttributesResponse .tags ) &&
966- Objects .equals (this .updateTime , describeListenerAttributesResponse .updateTime );
1031+ Objects .equals (this .updateTime , describeListenerAttributesResponse .updateTime ) &&
1032+ Objects .equals (this .wafProtectionEnabled , describeListenerAttributesResponse .wafProtectionEnabled );
9671033 }
9681034
9691035 @ Override
9701036 public int hashCode () {
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 );
1037+ return Objects .hash (aclIds , aclStatus , aclType , bandwidth , caCertificateId , caEnabled , 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 , wafProtectionEnabled );
9721038 }
9731039
9741040
@@ -981,6 +1047,8 @@ public String toString() {
9811047 sb .append (" aclStatus: " ).append (toIndentedString (aclStatus )).append ("\n " );
9821048 sb .append (" aclType: " ).append (toIndentedString (aclType )).append ("\n " );
9831049 sb .append (" bandwidth: " ).append (toIndentedString (bandwidth )).append ("\n " );
1050+ sb .append (" caCertificateId: " ).append (toIndentedString (caCertificateId )).append ("\n " );
1051+ sb .append (" caEnabled: " ).append (toIndentedString (caEnabled )).append ("\n " );
9841052 sb .append (" certCenterCertificateId: " ).append (toIndentedString (certCenterCertificateId )).append ("\n " );
9851053 sb .append (" certificateId: " ).append (toIndentedString (certificateId )).append ("\n " );
9861054 sb .append (" certificateSource: " ).append (toIndentedString (certificateSource )).append ("\n " );
@@ -1018,6 +1086,7 @@ public String toString() {
10181086 sb .append (" status: " ).append (toIndentedString (status )).append ("\n " );
10191087 sb .append (" tags: " ).append (toIndentedString (tags )).append ("\n " );
10201088 sb .append (" updateTime: " ).append (toIndentedString (updateTime )).append ("\n " );
1089+ sb .append (" wafProtectionEnabled: " ).append (toIndentedString (wafProtectionEnabled )).append ("\n " );
10211090 sb .append ("}" );
10221091 return sb .toString ();
10231092 }
0 commit comments