@@ -45,9 +45,15 @@ public class DescribeListenerAttributesResponse extends com.volcengine.model.Abs
4545 @ SerializedName ("CACertificateId" )
4646 private String caCertificateId = null ;
4747
48+ @ SerializedName ("CertCenterCertificateId" )
49+ private String certCenterCertificateId = null ;
50+
4851 @ SerializedName ("CertificateId" )
4952 private String certificateId = null ;
5053
54+ @ SerializedName ("CertificateSource" )
55+ private String certificateSource = null ;
56+
5157 @ SerializedName ("CreateTime" )
5258 private String createTime = null ;
5359
@@ -87,6 +93,9 @@ public class DescribeListenerAttributesResponse extends com.volcengine.model.Abs
8793 @ SerializedName ("Protocol" )
8894 private String protocol = null ;
8995
96+ @ SerializedName ("ProxyProtocolDisabled" )
97+ private String proxyProtocolDisabled = null ;
98+
9099 @ SerializedName ("RequestId" )
91100 private String requestId = null ;
92101
@@ -182,6 +191,24 @@ public void setCaCertificateId(String caCertificateId) {
182191 this .caCertificateId = caCertificateId ;
183192 }
184193
194+ public DescribeListenerAttributesResponse certCenterCertificateId (String certCenterCertificateId ) {
195+ this .certCenterCertificateId = certCenterCertificateId ;
196+ return this ;
197+ }
198+
199+ /**
200+ * Get certCenterCertificateId
201+ * @return certCenterCertificateId
202+ **/
203+ @ Schema (description = "" )
204+ public String getCertCenterCertificateId () {
205+ return certCenterCertificateId ;
206+ }
207+
208+ public void setCertCenterCertificateId (String certCenterCertificateId ) {
209+ this .certCenterCertificateId = certCenterCertificateId ;
210+ }
211+
185212 public DescribeListenerAttributesResponse certificateId (String certificateId ) {
186213 this .certificateId = certificateId ;
187214 return this ;
@@ -200,6 +227,24 @@ public void setCertificateId(String certificateId) {
200227 this .certificateId = certificateId ;
201228 }
202229
230+ public DescribeListenerAttributesResponse certificateSource (String certificateSource ) {
231+ this .certificateSource = certificateSource ;
232+ return this ;
233+ }
234+
235+ /**
236+ * Get certificateSource
237+ * @return certificateSource
238+ **/
239+ @ Schema (description = "" )
240+ public String getCertificateSource () {
241+ return certificateSource ;
242+ }
243+
244+ public void setCertificateSource (String certificateSource ) {
245+ this .certificateSource = certificateSource ;
246+ }
247+
203248 public DescribeListenerAttributesResponse createTime (String createTime ) {
204249 this .createTime = createTime ;
205250 return this ;
@@ -443,6 +488,24 @@ public void setProtocol(String protocol) {
443488 this .protocol = protocol ;
444489 }
445490
491+ public DescribeListenerAttributesResponse proxyProtocolDisabled (String proxyProtocolDisabled ) {
492+ this .proxyProtocolDisabled = proxyProtocolDisabled ;
493+ return this ;
494+ }
495+
496+ /**
497+ * Get proxyProtocolDisabled
498+ * @return proxyProtocolDisabled
499+ **/
500+ @ Schema (description = "" )
501+ public String getProxyProtocolDisabled () {
502+ return proxyProtocolDisabled ;
503+ }
504+
505+ public void setProxyProtocolDisabled (String proxyProtocolDisabled ) {
506+ this .proxyProtocolDisabled = proxyProtocolDisabled ;
507+ }
508+
446509 public DescribeListenerAttributesResponse requestId (String requestId ) {
447510 this .requestId = requestId ;
448511 return this ;
@@ -556,7 +619,9 @@ public boolean equals(java.lang.Object o) {
556619 Objects .equals (this .aclStatus , describeListenerAttributesResponse .aclStatus ) &&
557620 Objects .equals (this .aclType , describeListenerAttributesResponse .aclType ) &&
558621 Objects .equals (this .caCertificateId , describeListenerAttributesResponse .caCertificateId ) &&
622+ Objects .equals (this .certCenterCertificateId , describeListenerAttributesResponse .certCenterCertificateId ) &&
559623 Objects .equals (this .certificateId , describeListenerAttributesResponse .certificateId ) &&
624+ Objects .equals (this .certificateSource , describeListenerAttributesResponse .certificateSource ) &&
560625 Objects .equals (this .createTime , describeListenerAttributesResponse .createTime ) &&
561626 Objects .equals (this .customizedCfgId , describeListenerAttributesResponse .customizedCfgId ) &&
562627 Objects .equals (this .description , describeListenerAttributesResponse .description ) &&
@@ -570,6 +635,7 @@ public boolean equals(java.lang.Object o) {
570635 Objects .equals (this .port , describeListenerAttributesResponse .port ) &&
571636 Objects .equals (this .projectName , describeListenerAttributesResponse .projectName ) &&
572637 Objects .equals (this .protocol , describeListenerAttributesResponse .protocol ) &&
638+ Objects .equals (this .proxyProtocolDisabled , describeListenerAttributesResponse .proxyProtocolDisabled ) &&
573639 Objects .equals (this .requestId , describeListenerAttributesResponse .requestId ) &&
574640 Objects .equals (this .serverGroupId , describeListenerAttributesResponse .serverGroupId ) &&
575641 Objects .equals (this .serverGroups , describeListenerAttributesResponse .serverGroups ) &&
@@ -579,7 +645,7 @@ public boolean equals(java.lang.Object o) {
579645
580646 @ Override
581647 public int hashCode () {
582- return Objects .hash (aclIds , aclStatus , aclType , caCertificateId , certificateId , createTime , customizedCfgId , description , domainExtensions , enableHttp2 , enableQuic , enabled , listenerId , listenerName , loadBalancerId , port , projectName , protocol , requestId , serverGroupId , serverGroups , status , updateTime );
648+ return Objects .hash (aclIds , aclStatus , aclType , caCertificateId , certCenterCertificateId , certificateId , certificateSource , createTime , customizedCfgId , description , domainExtensions , enableHttp2 , enableQuic , enabled , listenerId , listenerName , loadBalancerId , port , projectName , protocol , proxyProtocolDisabled , requestId , serverGroupId , serverGroups , status , updateTime );
583649 }
584650
585651
@@ -592,7 +658,9 @@ public String toString() {
592658 sb .append (" aclStatus: " ).append (toIndentedString (aclStatus )).append ("\n " );
593659 sb .append (" aclType: " ).append (toIndentedString (aclType )).append ("\n " );
594660 sb .append (" caCertificateId: " ).append (toIndentedString (caCertificateId )).append ("\n " );
661+ sb .append (" certCenterCertificateId: " ).append (toIndentedString (certCenterCertificateId )).append ("\n " );
595662 sb .append (" certificateId: " ).append (toIndentedString (certificateId )).append ("\n " );
663+ sb .append (" certificateSource: " ).append (toIndentedString (certificateSource )).append ("\n " );
596664 sb .append (" createTime: " ).append (toIndentedString (createTime )).append ("\n " );
597665 sb .append (" customizedCfgId: " ).append (toIndentedString (customizedCfgId )).append ("\n " );
598666 sb .append (" description: " ).append (toIndentedString (description )).append ("\n " );
@@ -606,6 +674,7 @@ public String toString() {
606674 sb .append (" port: " ).append (toIndentedString (port )).append ("\n " );
607675 sb .append (" projectName: " ).append (toIndentedString (projectName )).append ("\n " );
608676 sb .append (" protocol: " ).append (toIndentedString (protocol )).append ("\n " );
677+ sb .append (" proxyProtocolDisabled: " ).append (toIndentedString (proxyProtocolDisabled )).append ("\n " );
609678 sb .append (" requestId: " ).append (toIndentedString (requestId )).append ("\n " );
610679 sb .append (" serverGroupId: " ).append (toIndentedString (serverGroupId )).append ("\n " );
611680 sb .append (" serverGroups: " ).append (toIndentedString (serverGroups )).append ("\n " );
0 commit comments