public static class UserHandlerRelativeInfo.Builder extends Object implements Builder<UserHandlerRelativeInfo>
| 构造器和说明 |
|---|
Builder() |
Builder(UserHandlerRelativeInfo info) |
| 限定符和类型 | 方法和说明 |
|---|---|
UserHandlerRelativeInfo |
build() |
UserHandlerRelativeInfo.Builder |
invokeNo(String invokeNo) |
UserHandlerRelativeInfo.Builder |
uerThirdPartyUserId(String uerThirdPartyUserId) |
UserHandlerRelativeInfo.Builder |
uerWsid(String uerWsid) |
UserHandlerRelativeInfo.Builder |
uhrOwnerWsid(String uhrOwnerWsid) |
UserHandlerRelativeInfo.Builder |
uhrStatus(String uhrStatus) |
UserHandlerRelativeInfo.Builder |
uprStatusDescription(String uprStatusDescription) |
UserHandlerRelativeInfo.Builder |
uprSyncStatus(String uprSyncStatus) |
UserHandlerRelativeInfo.Builder |
uprSyncStatusDescription(String uprSyncStatusDescription) |
UserHandlerRelativeInfo.Builder |
uprThirdPartyUserId(String uprThirdPartyUserId) |
UserHandlerRelativeInfo.Builder |
uprWsid(String uprWsid) |
protected String invokeNo
public Builder()
public Builder(UserHandlerRelativeInfo info)
public UserHandlerRelativeInfo.Builder uhrOwnerWsid(String uhrOwnerWsid)
uhrOwnerWsid - 当前个人相对方的拥有者全局唯一IDpublic UserHandlerRelativeInfo.Builder uhrStatus(String uhrStatus)
uhrStatus - 当前个人相对方账号状态,具体见 UserRelativeStatus枚举类public UserHandlerRelativeInfo.Builder uprStatusDescription(String uprStatusDescription)
uprStatusDescription - 当前状态描述public UserHandlerRelativeInfo.Builder uprWsid(String uprWsid)
uprWsid - 个人相对方全局唯一IDpublic UserHandlerRelativeInfo.Builder uerWsid(String uerWsid)
uerWsid - 机构相对方全局唯一IDpublic UserHandlerRelativeInfo.Builder uprThirdPartyUserId(String uprThirdPartyUserId)
uprThirdPartyUserId - 第三方平台个人账号的唯一标识public UserHandlerRelativeInfo.Builder uerThirdPartyUserId(String uerThirdPartyUserId)
uerThirdPartyUserId - 第三方机构账号的唯一标识public UserHandlerRelativeInfo.Builder uprSyncStatus(String uprSyncStatus)
uprSyncStatus - 当前相对方的同步状态,具体见UserRelativeSyncStatus枚举类public UserHandlerRelativeInfo.Builder uprSyncStatusDescription(String uprSyncStatusDescription)
uprSyncStatusDescription - 当前相对方的同步状态描述public UserHandlerRelativeInfo.Builder invokeNo(String invokeNo)
invokeNo - 本次调用的唯一标识public UserHandlerRelativeInfo build()
build 在接口中 Builder<UserHandlerRelativeInfo>Copyright © 2024. All rights reserved.