public class EvaluateResult extends Object
| 构造器和说明 |
|---|
EvaluateResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExceptionDetails |
getExceptionDetails() |
String |
getRealm() |
RemoteValue |
getResult() |
String |
getType() |
void |
setExceptionDetails(ExceptionDetails exceptionDetails) |
void |
setRealm(String realm) |
void |
setResult(RemoteValue result) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public ExceptionDetails getExceptionDetails()
public void setExceptionDetails(ExceptionDetails exceptionDetails)
public String getRealm()
public void setRealm(String realm)
public RemoteValue getResult()
public void setResult(RemoteValue result)
Copyright © 2020–2025. All rights reserved.