Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected int
id
protected SoftwareDescription
softwareDescription
protected int
softwareDescriptionId
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwareLicense
build()
SoftwareLicense.Builder
fromSoftwareLicense(SoftwareLicense in)
SoftwareLicense.Builder
id(int id)
SoftwareLicense.Builder
softwareDescription(SoftwareDescription softwareDescription)
SoftwareLicense.Builder
softwareDescriptionId(int softwareDescriptionId)
-
-
-
Field Detail
-
id
protected int id
-
softwareDescription
protected SoftwareDescription softwareDescription
-
softwareDescriptionId
protected int softwareDescriptionId
-
-
Method Detail
-
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)
-
-