org.jclouds.softlayer.domain
Class SoftwareLicense.Builder
java.lang.Object
org.jclouds.softlayer.domain.SoftwareLicense.Builder
- Enclosing class:
- SoftwareLicense
public static class SoftwareLicense.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
softwareDescription
protected SoftwareDescription softwareDescription
softwareDescriptionId
protected int softwareDescriptionId
SoftwareLicense.Builder
public SoftwareLicense.Builder()
id
public SoftwareLicense.Builder id(int id)
- See Also:
SoftwareLicense.getId()
softwareDescription
public SoftwareLicense.Builder softwareDescription(SoftwareDescription softwareDescription)
- See Also:
()
softwareDescriptionId
public SoftwareLicense.Builder softwareDescriptionId(int softwareDescriptionId)
- See Also:
()
build
public SoftwareLicense build()
fromSoftwareLicense
public SoftwareLicense.Builder fromSoftwareLicense(SoftwareLicense in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.