Package cloud.dnation.hetznerclient
Class GetNetworkByIdResponse
- java.lang.Object
-
- cloud.dnation.hetznerclient.GetNetworkByIdResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-17T03:32:29.204871Z[Etc/UTC]") public class GetNetworkByIdResponse extends ObjectGetNetworkByIdResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NETWORK
-
Constructor Summary
Constructors Constructor Description GetNetworkByIdResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NetworkDetailgetNetwork()Get networkinthashCode()GetNetworkByIdResponsenetwork(NetworkDetail network)voidsetNetwork(NetworkDetail network)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NETWORK
public static final String SERIALIZED_NAME_NETWORK
- See Also:
- Constant Field Values
-
-
Method Detail
-
network
public GetNetworkByIdResponse network(NetworkDetail network)
-
getNetwork
@Nullable public NetworkDetail getNetwork()
Get network- Returns:
- network
-
setNetwork
public void setNetwork(NetworkDetail network)
-
-