@Generated(value="org.immutables.processor.ProxyProcessor") public final class RemoveNetworkPolicyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveNetworkPolicyRequest.Builder
Builds instances of type
RemoveNetworkPolicyRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveNetworkPolicyRequest.Builder |
builder()
Creates a builder for
RemoveNetworkPolicyRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveNetworkPolicyRequest 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
RemoveNetworkPolicyRequest with attribute values. |
public String getDestination()
public Integer getEndPort()
public String getProtocol()
public String getSource()
public Integer getStartPort()
public boolean equals(Object another)
RemoveNetworkPolicyRequest that have equal attribute values.public int hashCode()
destination, endPort, protocol, source, startPort.public String toString()
RemoveNetworkPolicyRequest with attribute values.public static RemoveNetworkPolicyRequest.Builder builder()
RemoveNetworkPolicyRequest.Copyright © 2018. All rights reserved.