Package cloud.dnation.hetznerclient
Class PrivateNetDetail
- java.lang.Object
-
- cloud.dnation.hetznerclient.PrivateNetDetail
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-26T18:25:35.290404Z[Etc/UTC]") public class PrivateNetDetail extends ObjectPrivateNetDetail
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IPstatic StringSERIALIZED_NAME_NETWORK
-
Constructor Summary
Constructors Constructor Description PrivateNetDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIp()IP addressLonggetNetwork()Network IDinthashCode()PrivateNetDetailip(String ip)PrivateNetDetailnetwork(Long network)voidsetIp(String ip)voidsetNetwork(Long network)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NETWORK
public static final String SERIALIZED_NAME_NETWORK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IP
public static final String SERIALIZED_NAME_IP
- See Also:
- Constant Field Values
-
-
Method Detail
-
network
public PrivateNetDetail network(Long network)
-
getNetwork
@Nullable public Long getNetwork()
Network ID- Returns:
- network
-
setNetwork
public void setNetwork(Long network)
-
ip
public PrivateNetDetail ip(String ip)
-
getIp
@Nullable public String getIp()
IP address- Returns:
- ip
-
setIp
public void setIp(String ip)
-
-