Package sh.ory.model
Class CreateCustomHostnameBody
java.lang.Object
sh.ory.model.CreateCustomHostnameBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class CreateCustomHostnameBody extends Object
CreateCustomHostnameBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COOKIE_DOMAINstatic StringSERIALIZED_NAME_HOSTNAME -
Constructor Summary
Constructors Constructor Description CreateCustomHostnameBody() -
Method Summary
Modifier and Type Method Description CreateCustomHostnameBodycookieDomain(String cookieDomain)booleanequals(Object o)StringgetCookieDomain()The domain where cookies will be set.StringgetHostname()The custom hostname where the API will be exposed.inthashCode()CreateCustomHostnameBodyhostname(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
-
CreateCustomHostnameBody
public CreateCustomHostnameBody()
-
-
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
-