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 Details

  • Constructor Details

    • CreateCustomHostnameBody

      public CreateCustomHostnameBody()
  • Method Details

    • cookieDomain

      public CreateCustomHostnameBody cookieDomain​(String cookieDomain)
    • getCookieDomain

      @Nullable public String getCookieDomain()
      The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.
      Returns:
      cookieDomain
    • setCookieDomain

      public void setCookieDomain​(String cookieDomain)
    • hostname

      public CreateCustomHostnameBody hostname​(String hostname)
    • getHostname

      @Nullable public String getHostname()
      The custom hostname where the API will be exposed.
      Returns:
      hostname
    • setHostname

      public void setHostname​(String hostname)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object