Class QueryApiKeyRequest

    • Constructor Detail

      • QueryApiKeyRequest

        public QueryApiKeyRequest()
      • QueryApiKeyRequest

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

      • getTargetUin

        public Long getTargetUin()
        Get 待查询的账号(不填默认查当前账号)
        Returns:
        TargetUin 待查询的账号(不填默认查当前账号)
      • setTargetUin

        public void setTargetUin​(Long TargetUin)
        Set 待查询的账号(不填默认查当前账号)
        Parameters:
        TargetUin - 待查询的账号(不填默认查当前账号)