Package org.jclouds.cloudstack.domain
Class Alert.Builder<T extends Alert.Builder<T>>
- java.lang.Object
-
- org.jclouds.cloudstack.domain.Alert.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Method Detail
-
self
protected abstract T self()
-
id
public T id(String id)
- See Also:
Alert.getId()
-
description
public T description(String description)
- See Also:
Alert.getDescription()
-
sent
public T sent(Date sent)
- See Also:
Alert.getSent()
-
type
public T type(String type)
- See Also:
Alert.getType()
-
build
public Alert build()
-
-