public class TemplatePermission extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TemplatePermission.Builder<T extends TemplatePermission.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
TemplatePermission(String id,
String account,
String domainId,
boolean isPublic) |
Modifier and Type | Method and Description |
---|---|
static TemplatePermission.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccount()
Gets the list of accounts the template is available for
|
String |
getDomainId()
Gets the ID of the domain to which the template belongs
|
String |
getId()
Gets the template ID
|
int |
hashCode() |
boolean |
isPublic()
Returns true if this template is a public template, false otherwise
|
protected com.google.common.base.Objects.ToStringHelper |
string() |
TemplatePermission.Builder<?> |
toBuilder() |
String |
toString() |
public static TemplatePermission.Builder<?> builder()
public TemplatePermission.Builder<?> toBuilder()
public String getId()
@Nullable public String getAccount()
@Nullable public String getDomainId()
public boolean isPublic()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.