org.jclouds.cloudstack.domain
Class Alert.Builder
java.lang.Object
org.jclouds.cloudstack.domain.Alert.Builder
- Enclosing class:
- Alert
public static class Alert.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Alert.Builder
public Alert.Builder()
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.