org.jclouds.cloudstack.domain
Class OSType.Builder<T extends OSType.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.OSType.Builder<T>
- Enclosing class:
- OSType
public abstract static class OSType.Builder<T extends OSType.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
OSCategoryId
protected String OSCategoryId
description
protected String description
OSType.Builder
public OSType.Builder()
self
protected abstract T self()
id
public T id(String id)
- See Also:
OSType.getId()
OSCategoryId
public T OSCategoryId(String OSCategoryId)
- See Also:
OSType.getOSCategoryId()
description
public T description(String description)
- See Also:
OSType.getDescription()
build
public OSType build()
fromOSType
public T fromOSType(OSType in)
Copyright © 2009-2012 jclouds. All Rights Reserved.