Package com.myjeeva.digitalocean.pojo
Class TagDropletResource
java.lang.Object
com.myjeeva.digitalocean.pojo.TagDropletResource
- All Implemented Interfaces:
Serializable
Represents the droplet resource a tag is attached on DigitalOcean.
- Since:
- v2.5
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()voidsetCount(int count) voidsetLastTaggedUri(String lastTaggedUri) toString()
-
Constructor Details
-
TagDropletResource
public TagDropletResource()
-
-
Method Details