Package cloud.dnation.hetznerclient
Class IdentifiableResource
- java.lang.Object
-
- cloud.dnation.hetznerclient.IdentifiableResource
-
- Direct Known Subclasses:
ActionDetail,DatacenterDetail,ImageDetail,LocationDetail,NetworkDetail,PlacementGroupDetail,PrimaryIpDetail,ServerDetail,ServerType,SshKeyDetail,VolumeDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-17T03:32:29.204871Z[Etc/UTC]") public class IdentifiableResource extends ObjectIdentifiableResource
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description IdentifiableResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()Object identifier/unique keyinthashCode()IdentifiableResourceid(Long id)voidsetId(Long id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public IdentifiableResource id(Long id)
-
getId
@Nullable public Long getId()
Object identifier/unique key- Returns:
- id
-
setId
public void setId(Long id)
-
-