org.jclouds.cloudstack.domain
Class Event.Builder<T extends Event.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.Event.Builder<T>
- Enclosing class:
- Event
public abstract static class Event.Builder<T extends Event.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
account
protected String account
description
protected String description
created
protected Date created
domain
protected String domain
domainId
protected String domainId
level
protected String level
parentId
protected String parentId
state
protected String state
type
protected String type
username
protected String username
Event.Builder
public Event.Builder()
self
protected abstract T self()
id
public T id(String id)
- See Also:
Event.getId()
account
public T account(String account)
- See Also:
Event.getAccount()
description
public T description(String description)
- See Also:
Event.getDescription()
created
public T created(Date created)
- See Also:
Event.getCreated()
domain
public T domain(String domain)
- See Also:
Event.getDomain()
domainId
public T domainId(String domainId)
- See Also:
Event.getDomainId()
level
public T level(String level)
- See Also:
Event.getLevel()
parentId
public T parentId(String parentId)
- See Also:
Event.getParentId()
state
public T state(String state)
- See Also:
Event.getState()
type
public T type(String type)
- See Also:
Event.getType()
username
public T username(String username)
- See Also:
Event.getUsername()
build
public Event build()
fromEvent
public T fromEvent(Event in)
Copyright © 2009-2013 jclouds. All Rights Reserved.