Class Entity

    • Constructor Detail

      • Entity

        public Entity()
      • Entity

        public Entity​(Entity source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 类型,取值有:
      • PERSON:个人。
      • TEAM:团队。
Returns:
Type 类型,取值有:
  • PERSON:个人。
  • TEAM:团队。
  • Parameters:
    Type - 类型,取值有:
  • PERSON:个人。
  • TEAM:团队。