public class AffectedEntityBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static AffectedEntityBean |
DOC_EXAMPLE |
Constructor and Description |
---|
AffectedEntityBean(AffectedEntityType type,
String description,
Long numberOfOccurrences,
String uriDisplayName,
String uri) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static AffectedEntityBean |
from(AffectedEntity affectedEntity,
I18nHelper i18n) |
String |
getDescription() |
Long |
getNumberOfOccurrences() |
AffectedEntityType |
getType() |
String |
getUri() |
String |
getUriDisplayName() |
int |
hashCode() |
String |
toString() |
public static final AffectedEntityBean DOC_EXAMPLE
public AffectedEntityBean(AffectedEntityType type, String description, Long numberOfOccurrences, String uriDisplayName, String uri)
@Nonnull public static AffectedEntityBean from(@Nonnull AffectedEntity affectedEntity, @Nonnull I18nHelper i18n)
public AffectedEntityType getType()
public String getDescription()
public Long getNumberOfOccurrences()
public String getUriDisplayName()
public String getUri()
Copyright © 2002-2022 Atlassian. All Rights Reserved.