public class AccessSetting extends Object
<complexType name="AccessSetting" />
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AccessSetting.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
accessLevel  | 
protected Reference | 
subject  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AccessSetting()  | 
  | 
AccessSetting(Reference subject,
             String accessLevel)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessSetting.Builder | 
builder()  | 
boolean | 
equals(Object o)  | 
String | 
getAccessLevel()
Gets the value of the accessLevel property. 
 | 
Reference | 
getSubject()
Gets the value of the subject property. 
 | 
int | 
hashCode()  | 
AccessSetting.Builder | 
toBuilder()  | 
String | 
toString()  | 
public static AccessSetting.Builder builder()
public AccessSetting.Builder toBuilder()
public Reference getSubject()
public String getAccessLevel()
Copyright © 2009-2013 jclouds. All Rights Reserved.