org.jclouds.cloudstack.domain
Class Alert.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.domain.Alert.Builder
Enclosing class:
Alert

public static class Alert.Builder
extends Object


Constructor Summary
Alert.Builder()
           
 
Method Summary
 Alert build()
           
 Alert.Builder description(String description)
           
 Alert.Builder id(long id)
           
 Alert.Builder sent(Date sent)
           
 Alert.Builder type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alert.Builder

public Alert.Builder()
Method Detail

id

public Alert.Builder id(long id)

description

public Alert.Builder description(String description)

sent

public Alert.Builder sent(Date sent)

type

public Alert.Builder type(String type)

build

public Alert build()


Copyright © 2009-2012 jclouds. All Rights Reserved.