|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.LanguageFilterResponse
public class LanguageFilterResponse
LanguageFilterResponse is an object returned by the api.
Typically this is in response to an
ElectroServerApi.applyLanguageFilterToString
request, and indicates the success or failure of the call.
ElectroServerApi.applyLanguageFilterToString,
ElectroServer 4 Manual, Language Filter| Constructor Summary | |
|---|---|
LanguageFilterResponse(boolean isStringValid)
Creates a new instance of LanguageFilterResponse. |
|
LanguageFilterResponse(com.electrotank.electroserver4.enumerations.ErrorType errorIn)
Creates a new instance of LanguageFilterResponse. |
|
| Method Summary | |
|---|---|
com.electrotank.electroserver4.enumerations.ErrorType |
getError()
Used to get the error for the request |
boolean |
isStringValid()
Used to get the stringValid field of the object. |
boolean |
isSuccessful()
Used to get the isSuccessful field of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LanguageFilterResponse(com.electrotank.electroserver4.enumerations.ErrorType errorIn)
errorIn - an ErrorType object, with details on the errorpublic LanguageFilterResponse(boolean isStringValid)
isStringValid - whether the String is valid| Method Detail |
|---|
public boolean isStringValid()
public com.electrotank.electroserver4.enumerations.ErrorType getError()
public boolean isSuccessful()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||