DomainResponse
    • PDF

    DomainResponse

    • PDF

    記事の要約

    Classic環境で利用できます。

    ドメイン情報です。

    構文

    構文は次の通りです。

    public class DomainResponse { 
    	private Long id;
    	private String name;
    	private boolean completeYn;
    	private String status;
    }
    
    

    フィールド

    フィールドの詳細は次の通りです。

    フィールドタイプ必須の有無説明
    idLong-ドメイン ID
    nameString-ドメイン名
    completeYnBoolean-ドメインを適用完了したかどうか
    • true | false
    statusString-ドメインの状態
    • PROCESS | FAIL | SUCCESS
      • PROCESS: 進行中
      • FAIL: 未完了
      • SUCCESS: 完了

    この記事は役に立ちましたか?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.