Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected Date |
sent |
protected String |
type |
Constructor and Description |
---|
Alert.Builder() |
protected String id
protected String description
protected Date sent
protected String type
protected abstract T self()
public T id(String id)
Alert.getId()
public T description(String description)
Alert.getDescription()
public T sent(Date sent)
Alert.getSent()
public T type(String type)
Alert.getType()
public Alert build()
Copyright © 2009-2013 jclouds. All Rights Reserved.