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