Package cloud.dnation.hetznerclient
Class GetAllPrimaryIpsResponse
java.lang.Object
cloud.dnation.hetznerclient.AbstractSearchResponse
cloud.dnation.hetznerclient.GetAllPrimaryIpsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-09T14:14:52.146496965Z[Etc/UTC]")
public class GetAllPrimaryIpsResponse
extends AbstractSearchResponse
GetAllPrimaryIpsResponse
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPrimaryIpsItem(PrimaryIpDetail primaryIpsItem) booleanGet primaryIpsinthashCode()primaryIps(List<PrimaryIpDetail> primaryIps) voidsetPrimaryIps(List<PrimaryIpDetail> primaryIps) toString()Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
Field Details
-
SERIALIZED_NAME_PRIMARY_IPS
- See Also:
-
-
Constructor Details
-
GetAllPrimaryIpsResponse
public GetAllPrimaryIpsResponse()
-
-
Method Details
-
-
addPrimaryIpsItem
-
getPrimaryIps
Get primaryIps- Returns:
- primaryIps
-
setPrimaryIps
-
equals
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSearchResponse
-
toString
- Overrides:
toStringin classAbstractSearchResponse
-