Class Base

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Account, Action, Actions, Backups, Certificate, Certificates, Domain, DomainRecord, DomainRecords, Domains, Droplet, Droplets, Firewall, Firewalls, FloatingIP, FloatingIPAction, FloatingIPs, ForwardingRules, HealthCheck, Image, Images, Kernel, Kernels, Key, Keys, LoadBalancer, LoadBalancers, Neighbors, Network, Project, Projects, Region, Regions, Response, Size, Sizes, Snapshots, StickySessions, Tag, Tags, Volume, Volumes

public abstract class Base extends RateLimitBase
Represents Meta and Links attributes in Base class
Since:
v2.0
Author:
Jeevanandam M. (jeeva@myjeeva.com)
See Also:
  • Constructor Details

    • Base

      public Base()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class RateLimitBase
    • getMeta

      public Meta getMeta()
      Returns:
      the meta
    • setMeta

      public void setMeta(Meta meta)
      Parameters:
      meta - the meta to set
    • getLinks

      public Links getLinks()
      Returns:
      the links
    • setLinks

      public void setLinks(Links links)
      Parameters:
      links - the links to set