public class License extends DomainWrapper<com.abiquo.server.core.config.LicenseDto>
LicenseDto
.Modifier and Type | Class and Description |
---|---|
static class |
License.Builder |
context, target
Modifier | Constructor and Description |
---|---|
protected |
License(RestContext<AbiquoApi,AbiquoAsyncApi> context,
com.abiquo.server.core.config.LicenseDto target)
Constructor to be used only by the builder.
|
Modifier and Type | Method and Description |
---|---|
void |
add() |
static License.Builder |
builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
String code) |
String |
getCode() |
String |
getCustomerId() |
String |
getEnabledIp() |
String |
getExpiration() |
Integer |
getId() |
Integer |
getNumCores() |
void |
remove() |
String |
toString() |
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected License(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.config.LicenseDto target)
public void remove()
public void add()
public static License.Builder builder(RestContext<AbiquoApi,AbiquoAsyncApi> context, String code)
public String getCode()
public String getCustomerId()
public String getEnabledIp()
public String getExpiration()
public Integer getId()
public Integer getNumCores()
Copyright © 2009-2013 jclouds. All Rights Reserved.