Package com.myjeeva.digitalocean.pojo
Class Firewall
java.lang.Object
com.myjeeva.digitalocean.pojo.RateLimitBase
com.myjeeva.digitalocean.pojo.Base
com.myjeeva.digitalocean.pojo.Firewall
- All Implemented Interfaces:
Serializable
Represents Firewall attributes of DigitalOcean. Revised as per v2 API data structure.
- Author:
- Lucas Andrey B. (andreybleme1@gmail.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getTags()voidsetCreatedDate(Date createdDate) voidsetDropletIds(List<Integer> dropletIds) voidvoidsetInboundRules(List<InboundRules> inboundRules) voidvoidsetOutboundRules(List<OutboundRules> outboundRules) voidsetPendingChanges(List<PendingChanges> pendingChanges) voidvoidtoString()Methods inherited from class com.myjeeva.digitalocean.pojo.Base
getLinks, getMeta, setLinks, setMetaMethods inherited from class com.myjeeva.digitalocean.pojo.RateLimitBase
getRateLimit, setRateLimit
-
Constructor Details
-
Firewall
public Firewall()
-
-
Method Details