public class SecurityGroup extends Object
Constructor and Description |
---|
SecurityGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
int |
getId() |
String |
getName() |
String |
getTenantId() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setName(String name) |
void |
setTenantId(String tenantId) |
String |
toString() |
public int getId()
public void setId(int id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getTenantId()
public void setTenantId(String tenantId)
tenantId
- the tenantId to setCopyright © 2009-2012 jclouds. All Rights Reserved.