@Generated(value={"Immutables.generator","_SecurityGroupEntity"}) public final class SecurityGroupEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityGroupEntity.Builder
Builds instances of type
SecurityGroupEntity. |
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroupEntity.Builder |
builder()
Creates a builder for
SecurityGroupEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
SecurityGroupEntity that have equal attribute values. |
String |
getName()
The name
|
List<RuleEntity> |
getRules()
The rules
|
Boolean |
getRunningDefault()
The running default
|
String |
getSpacesUrl()
The spaces url
|
Boolean |
getStagingDefault()
The staging default
|
String |
getStagingSpacesUrl()
The staging spaces url
|
int |
hashCode()
Computes a hash code from attributes:
name, rules, runningDefault, spacesUrl, stagingDefault, stagingSpacesUrl. |
String |
toString()
Prints the immutable value
SecurityGroupEntity with attribute values. |
public String getName()
public List<RuleEntity> getRules()
public Boolean getRunningDefault()
public String getSpacesUrl()
public Boolean getStagingDefault()
public String getStagingSpacesUrl()
public boolean equals(Object another)
SecurityGroupEntity that have equal attribute values.public int hashCode()
name, rules, runningDefault, spacesUrl, stagingDefault, stagingSpacesUrl.public String toString()
SecurityGroupEntity with attribute values.public static SecurityGroupEntity.Builder builder()
SecurityGroupEntity.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.