Package com.volcengine.privatezone.model
Class SendVerifyCodeRequest
- java.lang.Object
-
- com.volcengine.privatezone.model.SendVerifyCodeRequest
-
public class SendVerifyCodeRequest extends Object
SendVerifyCodeRequest
-
-
Constructor Summary
Constructors Constructor Description SendVerifyCodeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendVerifyCodeRequestaccountID(String accountID)booleanequals(Object o)@NotNull StringgetAccountID()Get accountIDinthashCode()voidsetAccountID(String accountID)StringtoString()
-
-
-
Method Detail
-
accountID
public SendVerifyCodeRequest accountID(String accountID)
-
getAccountID
@NotNull public @NotNull String getAccountID()
Get accountID- Returns:
- accountID
-
setAccountID
public void setAccountID(String accountID)
-
-