Package org.openapitools.client.model
Class DomainListResponse
java.lang.Object
org.openapitools.client.model.DomainListResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class DomainListResponse
extends Object
Defines a list of domains with a subset of the properties for each domain.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDomainsItem
(DomainResponse domainsItem) domains
(List<DomainResponse> domains) boolean
Each element of the array defines an individual domain.int
hashCode()
void
setDomains
(List<DomainResponse> domains) toString()
-
Field Details
-
JSON_PROPERTY_DOMAINS
- See Also:
-
-
Constructor Details
-
DomainListResponse
public DomainListResponse()
-
-
Method Details