public class SecurityGroup extends Object implements Comparable<SecurityGroup>
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.Builder<T extends SecurityGroup.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
Modifier and Type | Method and Description |
---|---|
static SecurityGroup.Builder<?> |
builder() |
int |
compareTo(SecurityGroup o) |
boolean |
equals(Object obj) |
String |
getAccount() |
String |
getDescription() |
String |
getDomain() |
String |
getDomainId() |
String |
getId() |
Set<IngressRule> |
getIngressRules() |
String |
getJobId() |
Integer |
getJobStatus() |
String |
getName() |
Set<Tag> |
getTags() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
SecurityGroup.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","account","name","description","domain","domainid","jobid","jobstatus","ingressrule","tags"}) protected SecurityGroup(String id, @Nullable String account, @Nullable String name, @Nullable String description, @Nullable String domain, @Nullable String domainId, @Nullable String jobId, @Nullable Integer jobStatus, @Nullable Set<IngressRule> ingressRules, @Nullable Set<Tag> tags)
public static SecurityGroup.Builder<?> builder()
public SecurityGroup.Builder<?> toBuilder()
public String getId()
@Nullable public String getDescription()
@Nullable public String getJobId()
@Nullable public Integer getJobStatus()
public Set<IngressRule> getIngressRules()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(SecurityGroup o)
compareTo
in interface Comparable<SecurityGroup>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.