public class HawkularUser extends Persona
| Modifier and Type | Class and Description |
|---|---|
static class |
HawkularUser.Builder |
| Constructor and Description |
|---|
HawkularUser(String id) |
HawkularUser(UUID id,
String name) |
HawkularUser(UUID id,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String name) |
equals, getCreatedAt, getId, getIdAsUUID, getUpdatedAt, hashCode, setUpdatedAt, toStringpublic HawkularUser(String id)
public HawkularUser(UUID id, ZonedDateTime createdAt, ZonedDateTime updatedAt, String name)
Copyright © 2015 Red Hat, Inc.. All rights reserved.