T - public static class RedisGeoCommands.GeoLocation<T> extends Object
RedisGeoCommands.GeoLocation representing a Point associated with a name.| Constructor and Description |
|---|
GeoLocation(T name,
Point point) |
@ConstructorProperties(value={"name","point"}) @Generated(value="lombok") public GeoLocation(T name, Point point)
@Generated(value="lombok") public T getName()
@Generated(value="lombok") public Point getPoint()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.