DomainResponse
- Print
- PDF
DomainResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the domain information.
Syntax
The syntax is as follows.
public class DomainResponse {
private Long id;
private String name;
private boolean completeYn;
private String status;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | Long | - | Domain ID |
name | String | - | Domain name |
completeYn | Boolean | - | Domain completion status
|
status | String | - | Domain status
|
Was this article helpful?