@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-03T15:16:40.741-05:00[America/Chicago]") public class DomainLinks extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BRAND |
static String |
JSON_PROPERTY_CERTIFICATE |
static String |
JSON_PROPERTY_SELF |
static String |
JSON_PROPERTY_VERIFY |
Constructor and Description |
---|
DomainLinks() |
Modifier and Type | Method and Description |
---|---|
DomainLinks |
brand(DomainLinksAllOfBrand brand) |
DomainLinks |
certificate(DomainLinksAllOfCertificate certificate) |
boolean |
equals(Object o) |
DomainLinksAllOfBrand |
getBrand()
Get brand
|
DomainLinksAllOfCertificate |
getCertificate()
Get certificate
|
HrefObjectSelfLink |
getSelf()
Get self
|
DomainLinksAllOfVerify |
getVerify()
Get verify
|
int |
hashCode() |
DomainLinks |
self(HrefObjectSelfLink self) |
void |
setBrand(DomainLinksAllOfBrand brand) |
void |
setCertificate(DomainLinksAllOfCertificate certificate) |
void |
setSelf(HrefObjectSelfLink self) |
void |
setVerify(DomainLinksAllOfVerify verify) |
String |
toString() |
DomainLinks |
verify(DomainLinksAllOfVerify verify) |
public static final String JSON_PROPERTY_SELF
public static final String JSON_PROPERTY_BRAND
public static final String JSON_PROPERTY_CERTIFICATE
public static final String JSON_PROPERTY_VERIFY
public DomainLinks self(HrefObjectSelfLink self)
@Nullable public HrefObjectSelfLink getSelf()
public void setSelf(HrefObjectSelfLink self)
public DomainLinks brand(DomainLinksAllOfBrand brand)
@Nullable public DomainLinksAllOfBrand getBrand()
public void setBrand(DomainLinksAllOfBrand brand)
public DomainLinks certificate(DomainLinksAllOfCertificate certificate)
@Nullable public DomainLinksAllOfCertificate getCertificate()
public void setCertificate(DomainLinksAllOfCertificate certificate)
public DomainLinks verify(DomainLinksAllOfVerify verify)
@Nullable public DomainLinksAllOfVerify getVerify()
public void setVerify(DomainLinksAllOfVerify verify)
Copyright © 2017–2023 Okta. All rights reserved.