CancelAccountSetupAttemptRequest

public abstract class CancelAccountSetupAttemptRequest


针对 CancelAccountSetupAttempt 的请求。

摘要

嵌套类型

CancelAccountSetupAttemptRequest 的构建器。

公共方法

static CancelAccountSetupAttemptRequest.Builder
AccountSetupAttempt

尝试取消账号设置。

static CancelAccountSetupAttemptRequest
boolean

如果设置了 accountSetupAttempt,则返回 true

abstract CancelAccountSetupAttemptRequest.Builder

公共方法

getAccountSetupAttempt

public AccountSetupAttempt getAccountSetupAttempt()

尝试取消账号设置。

getDefaultInstance

public static CancelAccountSetupAttemptRequest getDefaultInstance()

hasAccountSetupAttempt

public boolean hasAccountSetupAttempt()

如果设置了 accountSetupAttempt,则返回 true

toBuilder

public abstract CancelAccountSetupAttemptRequest.Builder toBuilder()