@Generated(value="org.immutables.processor.ProxyProcessor") public final class AddNetworkPolicyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddNetworkPolicyRequest.Builder
Builds instances of type
AddNetworkPolicyRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AddNetworkPolicyRequest.Builder |
builder()
Creates a builder for
AddNetworkPolicyRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AddNetworkPolicyRequest that have equal attribute values. |
String |
getDestination()
Name of the destination
|
Integer |
getEndPort()
End of the port range
|
String |
getProtocol()
The protocol
|
String |
getSource()
Name of the source
|
Integer |
getStartPort()
Start of the port range
|
int |
hashCode()
Computes a hash code from attributes:
destination, endPort, protocol, source, startPort. |
String |
toString()
Prints the immutable value
AddNetworkPolicyRequest with attribute values. |
public String getDestination()
public Integer getEndPort()
public String getProtocol()
public String getSource()
public Integer getStartPort()
public boolean equals(Object another)
AddNetworkPolicyRequest that have equal attribute values.public int hashCode()
destination, endPort, protocol, source, startPort.public String toString()
AddNetworkPolicyRequest with attribute values.public static AddNetworkPolicyRequest.Builder builder()
AddNetworkPolicyRequest.Copyright © 2018. All rights reserved.