@Immutable public class Requirement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Requirement.Type |
Constructor and Description |
---|
Requirement(String name,
String value,
Requirement.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
Requirement.Type |
getType() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public Requirement(@NotNull String name, @Nullable String value, @NotNull Requirement.Type type)
@NotNull public String getName()
@Nullable public String getValue()
@NotNull public Requirement.Type getType()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.