Class BatchRequestCounts.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class BatchRequestCounts.BuilderA builder for BatchRequestCounts. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        completedfinal BatchRequestCounts.Builder completed(Long completed) Number of requests that have been completed successfully. 
 - 
                                        completedfinal BatchRequestCounts.Builder completed(JsonField<Long> completed) Sets Builder.completed to an arbitrary JSON value. You should usually call Builder.completed with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        failedfinal BatchRequestCounts.Builder failed(Long failed) Number of requests that have failed. 
 - 
                                        failedfinal BatchRequestCounts.Builder failed(JsonField<Long> failed) Sets Builder.failed to an arbitrary JSON value. You should usually call Builder.failed with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        totalfinal BatchRequestCounts.Builder total(Long total) Total number of requests in the batch. 
 - 
                                        totalfinal BatchRequestCounts.Builder total(JsonField<Long> total) Sets Builder.total to an arbitrary JSON value. You should usually call Builder.total with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal BatchRequestCounts.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal BatchRequestCounts.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal BatchRequestCounts.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal BatchRequestCounts.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal BatchRequestCounts.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal BatchRequestCounts build() Returns an immutable instance of BatchRequestCounts. Further updates to this Builder will not mutate the returned instance. The following fields are required: .completed() .failed() .total()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-