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()
CustomFieldWithVersionUsage
getCustomFieldId
in interface CustomFieldWithVersionUsage
@Nullable public String getFieldName()
CustomFieldWithVersionUsage
getFieldName
in interface CustomFieldWithVersionUsage
public long getIssueCountWithVersionInCustomField()
CustomFieldWithVersionUsage
getIssueCountWithVersionInCustomField
in interface CustomFieldWithVersionUsage
Copyright © 2002-2021 Atlassian. All Rights Reserved.