public static final class DeleteGatewayDomainResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteGatewayDomainResponseBody.Data |
build() |
DeleteGatewayDomainResponseBody.Data.Builder |
certIdentifier(String certIdentifier)
The ID of the certificate.
|
DeleteGatewayDomainResponseBody.Data.Builder |
gatewayId(Long gatewayId)
The ID of the gateway.
|
DeleteGatewayDomainResponseBody.Data.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
DeleteGatewayDomainResponseBody.Data.Builder |
gmtCreate(String gmtCreate)
The time when the domain name was added.
|
DeleteGatewayDomainResponseBody.Data.Builder |
gmtModified(String gmtModified)
The last modification time.
|
DeleteGatewayDomainResponseBody.Data.Builder |
id(Long id)
The domain ID.
|
DeleteGatewayDomainResponseBody.Data.Builder |
mustHttps(Boolean mustHttps)
Indicates whether HTTP probing is allowed.
|
DeleteGatewayDomainResponseBody.Data.Builder |
name(String name)
The name.
|
DeleteGatewayDomainResponseBody.Data.Builder |
protocol(String protocol)
The protocol.
|
public DeleteGatewayDomainResponseBody.Data.Builder certIdentifier(String certIdentifier)
The ID of the certificate.
example:243
public DeleteGatewayDomainResponseBody.Data.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:253
public DeleteGatewayDomainResponseBody.Data.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-7ea3da97b96543e19f6c597c****
public DeleteGatewayDomainResponseBody.Data.Builder gmtCreate(String gmtCreate)
The time when the domain name was added.
example:2022-01-07T10:07:57.000+0000
public DeleteGatewayDomainResponseBody.Data.Builder gmtModified(String gmtModified)
The last modification time.
example:2022-01-07T10:07:57.000+0000
public DeleteGatewayDomainResponseBody.Data.Builder id(Long id)
The domain ID.
example:2
public DeleteGatewayDomainResponseBody.Data.Builder mustHttps(Boolean mustHttps)
Indicates whether HTTP probing is allowed.
example:true
public DeleteGatewayDomainResponseBody.Data.Builder name(String name)
The name.
example:CONTACTINFO
public DeleteGatewayDomainResponseBody.Data.Builder protocol(String protocol)
The protocol.
example:HTTP
public DeleteGatewayDomainResponseBody.Data build()
Copyright © 2026. All rights reserved.