java.lang.Object
com.alibaba.nacos.core.distributed.distro.entity.DistroKey

public class DistroKey extends Object
Distro key.
作者:
xiweng.yy
  • 构造器详细资料

    • DistroKey

      public DistroKey()
    • DistroKey

      public DistroKey(String resourceKey, String resourceType)
    • DistroKey

      public DistroKey(String resourceKey, String resourceType, String targetServer)
  • 方法详细资料

    • getResourceKey

      public String getResourceKey()
    • setResourceKey

      public void setResourceKey(String resourceKey)
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • getTargetServer

      public String getTargetServer()
    • setTargetServer

      public void setTargetServer(String targetServer)
    • equals

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

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

      public String toString()
      覆盖:
      toString 在类中 Object