クラス GeoLocation< T >

java.lang.ObjectSE
org.springframework.data.redis.domain.geo.GeoLocation<T>
既知の直属サブクラス
RedisGeoCommands.GeoLocation

public class GeoLocation<T> extends ObjectSE
導入:
2.6
作成者:
Christoph Strobl
  • コンストラクターの詳細

    • GeoLocation

      public GeoLocation(T name, Point point)
  • メソッドの詳細

    • getName

      public T getName()
    • getPoint

      public Point getPoint()
    • equals

      public boolean equals(@Nullable ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString