@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class ProjectCountsRuns extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectCountsRuns.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ACTIVE |
static String |
SERIALIZED_NAME_TOTAL |
| Constructor and Description |
|---|
ProjectCountsRuns() |
| Modifier and Type | Method and Description |
|---|---|
ProjectCountsRuns |
active(Integer active) |
boolean |
equals(Object o) |
static ProjectCountsRuns |
fromJson(String jsonString)
Create an instance of ProjectCountsRuns given an JSON string
|
Integer |
getActive()
Get active
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
void |
setActive(Integer active) |
void |
setTotal(Integer total) |
String |
toJson()
Convert an instance of ProjectCountsRuns to an JSON string
|
String |
toString() |
ProjectCountsRuns |
total(Integer total) |
public static final String SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_ACTIVE
public ProjectCountsRuns total(Integer total)
public void setTotal(Integer total)
public ProjectCountsRuns active(Integer active)
public void setActive(Integer active)
public static ProjectCountsRuns fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ProjectCountsRunspublic String toJson()
Copyright © 2023. All rights reserved.