Package com.okta.sdk.resource.model
Class DomainLinks
java.lang.Object
com.okta.sdk.resource.model.DomainLinks
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DomainLinks
extends Object
implements Serializable
DomainLinks
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbrand
(DomainLinksAllOfBrand brand) certificate
(DomainLinksAllOfCertificate certificate) boolean
getBrand()
Get brandGet certificategetSelf()
Get selfGet verifyint
hashCode()
self
(HrefObjectSelfLink self) void
setBrand
(DomainLinksAllOfBrand brand) void
setCertificate
(DomainLinksAllOfCertificate certificate) void
setSelf
(HrefObjectSelfLink self) void
setVerify
(DomainLinksAllOfVerify verify) toString()
verify
(DomainLinksAllOfVerify verify)
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_BRAND
- See Also:
-
JSON_PROPERTY_CERTIFICATE
- See Also:
-
JSON_PROPERTY_VERIFY
- See Also:
-
-
Constructor Details
-
DomainLinks
public DomainLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
brand
-
getBrand
Get brand- Returns:
- brand
-
setBrand
-
certificate
-
getCertificate
Get certificate- Returns:
- certificate
-
setCertificate
-
verify
-
getVerify
Get verify- Returns:
- verify
-
setVerify
-
equals
-
hashCode
public int hashCode() -
toString
-