Class DeleteCustomPersonRequest

    • Constructor Detail

      • DeleteCustomPersonRequest

        public DeleteCustomPersonRequest()
      • DeleteCustomPersonRequest

        public DeleteCustomPersonRequest​(DeleteCustomPersonRequest 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

      • getPersonId

        public String getPersonId()
        Get 待删除的自定义人物ID
        Returns:
        PersonId 待删除的自定义人物ID
      • setPersonId

        public void setPersonId​(String PersonId)
        Set 待删除的自定义人物ID
        Parameters:
        PersonId - 待删除的自定义人物ID