Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1960#discussion_r103397882 --- Diff: api/src/org/apache/cloudstack/api/command/admin/host/PrepareForMaintenanceCmd.java --- @@ -108,4 +108,8 @@ public void execute() { throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to prepare host for maintenance"); } } + + public void setHostId(final Long hostId) { --- End diff -- I think the setters and getters are named per the variable, since the variable is hostId IDEs generate getHostId, setHostId named methods.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---