Package sh.ory.model
Class UpdateCustomHostnameBody
java.lang.Object
sh.ory.model.UpdateCustomHostnameBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UpdateCustomHostnameBody extends Object
UpdateCustomHostnameBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COOKIE_DOMAINstatic StringSERIALIZED_NAME_HOSTNAME -
Constructor Summary
Constructors Constructor Description UpdateCustomHostnameBody() -
Method Summary
Modifier and Type Method Description UpdateCustomHostnameBodycookieDomain(String cookieDomain)booleanequals(Object o)StringgetCookieDomain()The domain where cookies will be set.StringgetHostname()The custom hostname where the API will be exposed.inthashCode()UpdateCustomHostnameBodyhostname(String hostname)voidsetCookieDomain(String cookieDomain)voidsetHostname(String hostname)StringtoString()
-
Field Details
-
SERIALIZED_NAME_COOKIE_DOMAIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOSTNAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateCustomHostnameBody
public UpdateCustomHostnameBody()
-
-
Method Details
-
cookieDomain
-
getCookieDomain
The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.- Returns:
- cookieDomain
-
setCookieDomain
-
hostname
-
getHostname
The custom hostname where the API will be exposed.- Returns:
- hostname
-
setHostname
-
equals
-
hashCode
public int hashCode() -
toString
-