@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class ProjectCounts extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectCounts.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CASES |
static String |
SERIALIZED_NAME_DEFECTS |
static String |
SERIALIZED_NAME_MILESTONES |
static String |
SERIALIZED_NAME_RUNS |
static String |
SERIALIZED_NAME_SUITES |
| Constructor and Description |
|---|
ProjectCounts() |
| Modifier and Type | Method and Description |
|---|---|
ProjectCounts |
cases(Integer cases) |
ProjectCounts |
defects(ProjectCountsDefects defects) |
boolean |
equals(Object o) |
static ProjectCounts |
fromJson(String jsonString)
Create an instance of ProjectCounts given an JSON string
|
Integer |
getCases()
Get cases
|
ProjectCountsDefects |
getDefects()
Get defects
|
Integer |
getMilestones()
Get milestones
|
ProjectCountsRuns |
getRuns()
Get runs
|
Integer |
getSuites()
Get suites
|
int |
hashCode() |
ProjectCounts |
milestones(Integer milestones) |
ProjectCounts |
runs(ProjectCountsRuns runs) |
void |
setCases(Integer cases) |
void |
setDefects(ProjectCountsDefects defects) |
void |
setMilestones(Integer milestones) |
void |
setRuns(ProjectCountsRuns runs) |
void |
setSuites(Integer suites) |
ProjectCounts |
suites(Integer suites) |
String |
toJson()
Convert an instance of ProjectCounts to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_CASES
public static final String SERIALIZED_NAME_SUITES
public static final String SERIALIZED_NAME_MILESTONES
public static final String SERIALIZED_NAME_RUNS
public static final String SERIALIZED_NAME_DEFECTS
public ProjectCounts cases(Integer cases)
public void setCases(Integer cases)
public ProjectCounts suites(Integer suites)
public void setSuites(Integer suites)
public ProjectCounts milestones(Integer milestones)
public void setMilestones(Integer milestones)
public ProjectCounts runs(ProjectCountsRuns runs)
@Nullable public ProjectCountsRuns getRuns()
public void setRuns(ProjectCountsRuns runs)
public ProjectCounts defects(ProjectCountsDefects defects)
@Nullable public ProjectCountsDefects getDefects()
public void setDefects(ProjectCountsDefects defects)
public static ProjectCounts fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ProjectCountspublic String toJson()
Copyright © 2023. All rights reserved.