ConfigurationLogList

Prev Next

Classic環境で利用できます。

設定履歴リストです。

構文

構文は次の通りです。

private Integer totalRows;
private List<ConfigurationLog> configurationLogList = new ArrayList<ConfigurationLog>();

フィールド

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

フィールド タイプ 必須の有無 説明
totalRows Integer Required 照会されたリストの総数
  • ページング処理リクエストの場合は全体数
configurationLogList List<ConfigurationLog> Required List<ConfigurationLog>データタイプ