@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteSecurityGroupResponse extends AbstractJobResource
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteSecurityGroupResponse.Builder
Builds instances of type
DeleteSecurityGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteSecurityGroupResponse.Builder |
builder()
Creates a builder for
DeleteSecurityGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteSecurityGroupResponse that have equal attribute values. |
JobEntity |
getEntity()
The resource's entity
|
Metadata |
getMetadata()
The resource's metadata
|
int |
hashCode()
Computes a hash code from attributes:
entity, metadata. |
String |
toString()
Prints the immutable value
DeleteSecurityGroupResponse with attribute values. |
public JobEntity getEntity()
public Metadata getMetadata()
getMetadata in class Resource<JobEntity>public boolean equals(Object another)
DeleteSecurityGroupResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
DeleteSecurityGroupResponse with attribute values.public static DeleteSecurityGroupResponse.Builder builder()
DeleteSecurityGroupResponse.
DeleteSecurityGroupResponse.builder()
.entity(org.cloudfoundry.client.v2.jobs.JobEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.