@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetSecurityGroupResponse extends SecurityGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSecurityGroupResponse.Builder
Builds instances of type
GetSecurityGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetSecurityGroupResponse.Builder |
builder()
Creates a builder for
GetSecurityGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetSecurityGroupResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
GloballyEnabled |
getGloballyEnabled()
The globally enabled
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getName()
The name
|
Relationships |
getRelationships()
The space relationships
|
List<Rule> |
getRules()
The rules
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships. |
String |
toString()
Prints the immutable value
GetSecurityGroupResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getName()
public GloballyEnabled getGloballyEnabled()
public Relationships getRelationships()
public boolean equals(Object another)
GetSecurityGroupResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, name, globallyEnabled, rules, relationships.public String toString()
GetSecurityGroupResponse with attribute values.public static GetSecurityGroupResponse.Builder builder()
GetSecurityGroupResponse.
GetSecurityGroupResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.name(String) // required name
.globallyEnabled(org.cloudfoundry.client.v3.securitygroups.GloballyEnabled) // required globallyEnabled
.rule|addAllRules(Rule) // rules elements
.relationships(org.cloudfoundry.client.v3.securitygroups.Relationships) // required relationships
.build();
Copyright © 2024. All rights reserved.