@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListPoliciesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPoliciesResponse.Builder
Builds instances of type
ListPoliciesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListPoliciesResponse.Builder |
builder()
Creates a builder for
ListPoliciesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListPoliciesResponse that have equal attribute values. |
List<Policy> |
getPolicies()
The policies
|
Integer |
getTotalPolicies()
The number of policies listed
|
int |
hashCode()
Computes a hash code from attributes:
policies, totalPolicies. |
String |
toString()
Prints the immutable value
ListPoliciesResponse with attribute values. |
public Integer getTotalPolicies()
public boolean equals(Object another)
ListPoliciesResponse that have equal attribute values.public int hashCode()
policies, totalPolicies.public String toString()
ListPoliciesResponse with attribute values.public static ListPoliciesResponse.Builder builder()
ListPoliciesResponse.
ListPoliciesResponse.builder()
.policy|addAllPolicies(Policy) // policies elements
.totalPolicies(Integer) // required totalPolicies
.build();
Copyright © 2020. All rights reserved.