DomainResponse

Prev Next

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
  • true | false
status String - Domain status
  • PROCESS | FAIL | SUCCESS
    • PROCESS: in progress
    • FAIL: incomplete
    • SUCCESS: complete