public class GetAuthStatusResponse
extends java.lang.Object
| 构造器和说明 |
|---|
GetAuthStatusResponse() |
GetAuthStatusResponse(boolean face,
boolean gesture,
boolean otp,
boolean qq,
boolean voice,
boolean weChat) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isFace() |
boolean |
isGesture() |
boolean |
isOtp() |
boolean |
isQq() |
boolean |
isVoice() |
boolean |
isWeChat() |
void |
setFace(boolean face) |
void |
setGesture(boolean gesture) |
void |
setOtp(boolean otp) |
void |
setQq(boolean qq) |
void |
setVoice(boolean voice) |
void |
setWeChat(boolean weChat) |
java.lang.String |
toString() |
public GetAuthStatusResponse(boolean face,
boolean gesture,
boolean otp,
boolean qq,
boolean voice,
boolean weChat)
public GetAuthStatusResponse()
public boolean isFace()
public void setFace(boolean face)
public boolean isGesture()
public void setGesture(boolean gesture)
public boolean isOtp()
public void setOtp(boolean otp)
public boolean isQq()
public void setQq(boolean qq)
public boolean isVoice()
public void setVoice(boolean voice)
public boolean isWeChat()
public void setWeChat(boolean weChat)
public java.lang.String toString()
toString 在类中 java.lang.Object