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="2023-08-17T03:32:29.204871Z[Etc/UTC]") public class GetAllPrimaryIpsResponse extends AbstractSearchResponseGetAllPrimaryIpsResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PRIMARY_IPS-
Fields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META
-
-
Constructor Summary
Constructors Constructor Description GetAllPrimaryIpsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAllPrimaryIpsResponseaddPrimaryIpsItem(PrimaryIpDetail primaryIpsItem)booleanequals(Object o)List<PrimaryIpDetail>getPrimaryIps()Get primaryIpsinthashCode()GetAllPrimaryIpsResponseprimaryIps(List<PrimaryIpDetail> primaryIps)voidsetPrimaryIps(List<PrimaryIpDetail> primaryIps)StringtoString()-
Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
-
-
-
Field Detail
-
SERIALIZED_NAME_PRIMARY_IPS
public static final String SERIALIZED_NAME_PRIMARY_IPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
primaryIps
public GetAllPrimaryIpsResponse primaryIps(List<PrimaryIpDetail> primaryIps)
-
addPrimaryIpsItem
public GetAllPrimaryIpsResponse addPrimaryIpsItem(PrimaryIpDetail primaryIpsItem)
-
getPrimaryIps
@Nullable public List<PrimaryIpDetail> getPrimaryIps()
Get primaryIps- Returns:
- primaryIps
-
setPrimaryIps
public void setPrimaryIps(List<PrimaryIpDetail> primaryIps)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSearchResponse
-
toString
public String toString()
- Overrides:
toStringin classAbstractSearchResponse
-
-