public static class VersionIssueCountsBean.VersionUsageInCustomFields extends Object implements CustomFieldWithVersionUsage
| Constructor and Description |
|---|
VersionUsageInCustomFields(long customFieldId,
String fieldName,
long issueCountWithVersionInCustomField) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCustomFieldId()
Custom field identifier.
|
String |
getFieldName()
Custom field name.
|
long |
getIssueCountWithVersionInCustomField()
Number of issues where custom field is set to given version.
|
int |
hashCode() |
public VersionUsageInCustomFields(long customFieldId,
String fieldName,
long issueCountWithVersionInCustomField)
public long getCustomFieldId()
CustomFieldWithVersionUsagegetCustomFieldId in interface CustomFieldWithVersionUsage@Nullable public String getFieldName()
CustomFieldWithVersionUsagegetFieldName in interface CustomFieldWithVersionUsagepublic long getIssueCountWithVersionInCustomField()
CustomFieldWithVersionUsagegetIssueCountWithVersionInCustomField in interface CustomFieldWithVersionUsageCopyright © 2002-2019 Atlassian. All Rights Reserved.