public class UserPromptResult extends Object
| 构造器和说明 |
|---|
UserPromptResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAccepted() |
UserPromptType |
getType() |
String |
getUserText() |
void |
setAccepted(boolean accepted) |
void |
setType(UserPromptType type) |
void |
setUserText(String userText) |
public boolean getAccepted()
public void setAccepted(boolean accepted)
public UserPromptType getType()
public void setType(UserPromptType type)
public String getUserText()
public void setUserText(String userText)
Copyright © 2020–2025. All rights reserved.