Package jetbrains.buildServer.users
Class SimplePropertyKey
- java.lang.Object
-
- jetbrains.buildServer.users.PropertyKey
-
- jetbrains.buildServer.users.SimplePropertyKey
-
public class SimplePropertyKey extends PropertyKey
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyKey(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Returns string representation of this key-
Methods inherited from class jetbrains.buildServer.users.PropertyKey
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
SimplePropertyKey
public SimplePropertyKey(String key)
-
-
Method Detail
-
getKey
@NotNull public String getKey()
Description copied from class:PropertyKey
Returns string representation of this key- Specified by:
getKey
in classPropertyKey
- Returns:
- string representation of this key
-
-