rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332078333


##########
api/src/main/java/org/apache/cloudstack/api/response/ConditionResponse.java:
##########
@@ -42,43 +42,43 @@ public class ConditionResponse extends BaseResponse 
implements ControlledEntityR
     private String relationalOperator;
 
     @SerializedName("counterid")
-    @Param(description = "the Id of the Counter.")
+    @Param(description = "The Id of the Counter.")
     private String counterId;
 
     @SerializedName("countername")
-    @Param(description = "the Name of the Counter.")
+    @Param(description = "The Name of the Counter.")
     private String counterName;
 
     @SerializedName("counter")
     @Param(description = "Details of the Counter.")
     private CounterResponse counterResponse;
 
     @SerializedName(ApiConstants.DOMAIN_ID)
-    @Param(description = "the domain id of the Condition owner")
+    @Param(description = "The domain id of the Condition owner")
     private String domainId;
 
     @SerializedName(ApiConstants.DOMAIN)
-    @Param(description = "the domain name of the owner.")
+    @Param(description = "The domain name of the owner.")
     private String domain;
 
     @SerializedName(ApiConstants.DOMAIN_PATH)
     @Param(description = "path of the domain to which the Condition owner 
belongs", since = "4.19.2.0")
     private String domainPath;
 
     @SerializedName(ApiConstants.ZONE_ID)
-    @Param(description = "zone id of counter")
+    @Param(description = "Zone id of counter")
     private String zoneId;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the Condition.")
+    @Param(description = "The project id of the Condition.")

Review Comment:
   'ID'



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to