Github user bhaisaab commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/768#discussion_r46788482
  
    --- Diff: 
api/src/org/apache/cloudstack/api/command/admin/usage/GetUsageRecordsCmd.java 
---
    @@ -111,6 +111,30 @@ public Long getProjectId() {
         public String getUsageId() {
             return usageId;
         }
    +    public void setAccountName(String accountName) {
    +        this.accountName = accountName;
    +    }
    +
    +    public void setDomainId(Long domainId) {
    +        this.domainId = domainId;
    +    }
    +
    +    public void setEndDate(Date endDate) {
    +        this.endDate = endDate;
    +    }
    +
    +    public void setStartDate(Date startDate) {
    +        this.startDate = startDate;
    --- End diff --
    
    @abhinandanprateek we can just do: new Date(startDate.getTime());


---
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.
---

Reply via email to