GatewayCustomDomainProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. GatewayCustomDomainProperties
- com.
Implements
public final class GatewayCustomDomainProperties
implements JsonSerializable<GatewayCustomDomainProperties>
The properties of custom domain for Spring Cloud Gateway.
Constructor Summary
Constructor | Description |
---|---|
GatewayCustomDomainProperties() |
Creates an instance of Gateway |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
String |
thumbprint()
Get the thumbprint property: The thumbprint of bound certificate. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Gateway |
withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of bound certificate. |
Methods inherited from java.lang.Object
Constructor Details
GatewayCustomDomainProperties
public GatewayCustomDomainProperties()
Creates an instance of GatewayCustomDomainProperties class.
Method Details
fromJson
public static GatewayCustomDomainProperties fromJson(JsonReader jsonReader)
Reads an instance of GatewayCustomDomainProperties from the JsonReader.
Parameters:
Returns:
Throws:
thumbprint
public String thumbprint()
Get the thumbprint property: The thumbprint of bound certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withThumbprint
public GatewayCustomDomainProperties withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of bound certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java