@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") 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(HrefObject brand)  | 
DomainLinks | 
certificate(HrefObject certificate)  | 
boolean | 
equals(Object o)  | 
HrefObject | 
getBrand()
Get brand 
 | 
HrefObject | 
getCertificate()
Get certificate 
 | 
HrefObjectSelfLink | 
getSelf()
Get self 
 | 
HrefObject | 
getVerify()
Get verify 
 | 
int | 
hashCode()  | 
DomainLinks | 
self(HrefObjectSelfLink self)  | 
void | 
setBrand(HrefObject brand)  | 
void | 
setCertificate(HrefObject certificate)  | 
void | 
setSelf(HrefObjectSelfLink self)  | 
void | 
setVerify(HrefObject verify)  | 
String | 
toString()  | 
DomainLinks | 
verify(HrefObject 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(HrefObject brand)
@Nullable public HrefObject getBrand()
public void setBrand(HrefObject brand)
public DomainLinks certificate(HrefObject certificate)
@Nullable public HrefObject getCertificate()
public void setCertificate(HrefObject certificate)
public DomainLinks verify(HrefObject verify)
@Nullable public HrefObject getVerify()
public void setVerify(HrefObject verify)
Copyright © 2017–2023 Okta. All rights reserved.