Class Location


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class Location
    extends Object
    Location object.
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • getId

        public Long getId()
        Getter for id. Location ID.
      • setId

        public void setId​(Long id)
        Setter for id. Location ID.
      • getCountry

        public String getCountry()
        Getter for country. Country.
      • setCountry

        public void setCountry​(String country)
        Setter for country. Country.
      • getCity

        public String getCity()
        Getter for city. City.
      • setCity

        public void setCity​(String city)
        Setter for city. City.
      • getLatitude

        public Double getLatitude()
        Getter for latitude. Latitude.
      • setLatitude

        public void setLatitude​(Double latitude)
        Setter for latitude. Latitude.
      • getLongitude

        public Double getLongitude()
        Getter for longitude. Longitude.
      • setLongitude

        public void setLongitude​(Double longitude)
        Setter for longitude. Longitude.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object