Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected Date |
created |
protected String |
description |
protected String |
domain |
protected String |
domainId |
protected String |
id |
protected String |
level |
protected String |
parentId |
protected String |
state |
protected String |
type |
protected String |
username |
Constructor and Description |
---|
Event.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
account(String account) |
Event |
build() |
T |
created(Date created) |
T |
description(String description) |
T |
domain(String domain) |
T |
domainId(String domainId) |
T |
fromEvent(Event in) |
T |
id(String id) |
T |
level(String level) |
T |
parentId(String parentId) |
protected abstract T |
self() |
T |
state(String state) |
T |
type(String type) |
T |
username(String username) |
protected String id
protected String account
protected String description
protected Date created
protected String domain
protected String domainId
protected String level
protected String parentId
protected String state
protected String type
protected String username
protected abstract T self()
public T id(String id)
Event.getId()
public T account(String account)
Event.getAccount()
public T description(String description)
Event.getDescription()
public T created(Date created)
Event.getCreated()
public T domain(String domain)
Event.getDomain()
public T domainId(String domainId)
Event.getDomainId()
public T level(String level)
Event.getLevel()
public T parentId(String parentId)
Event.getParentId()
public T state(String state)
Event.getState()
public T type(String type)
Event.getType()
public T username(String username)
Event.getUsername()
public Event build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.