类 Destination

java.lang.Object
org.coodex.concrete.client.Destination
所有已实现的接口:
Serializable

public abstract class Destination extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • DEFAULT_REQUEST_TIMEOUT

      public static final Integer DEFAULT_REQUEST_TIMEOUT
  • 构造器详细资料

    • Destination

      public Destination()
  • 方法详细资料

    • getIdentify

      public String getIdentify()
    • setIdentify

      public void setIdentify(String identify)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getTokenManagerKey

      public String getTokenManagerKey()
    • setTokenManagerKey

      public void setTokenManagerKey(String tokenManagerKey)
    • isTokenTransfer

      public boolean isTokenTransfer()
    • setTokenTransfer

      public void setTokenTransfer(boolean tokenTransfer)
    • getTimeout

      public Integer getTimeout()
    • setTimeout

      public void setTimeout(Integer timeout)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object