@Generated(value={"Immutables.generator","_SecurityGroupEntity"}) public final class SecurityGroupEntity extends Object
_SecurityGroupEntity.
Use the builder to create immutable instances:
SecurityGroupEntity.builder().
| 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
|
int |
hashCode()
Computes a hash code from attributes:
name, rules, runningDefault, spacesUrl, stagingDefault. |
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 boolean equals(Object another)
SecurityGroupEntity that have equal attribute values.public int hashCode()
name, rules, runningDefault, spacesUrl, stagingDefault.public String toString()
SecurityGroupEntity with attribute values.public static SecurityGroupEntity.Builder builder()
SecurityGroupEntity.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.