public class FyydModuleImpl extends ModuleImpl implements FyydModule, Cloneable, Serializable
URI| Constructor and Description |
|---|
FyydModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copyFrom(CopyFrom obj) |
boolean |
equals(Object obj) |
Class<? extends CopyFrom> |
getInterface() |
String |
getUri() |
String |
getVerify()
Get the Fyyd verification token.
|
int |
hashCode() |
void |
setVerify(String verify)
Set the Fyyd verification token.
|
String |
toString() |
public String getVerify()
FyydModulegetVerify in interface FyydModulepublic void setVerify(String verify)
FyydModulesetVerify in interface FyydModuleverify - The Fyyd verification token.public Class<? extends CopyFrom> getInterface()
getInterface in interface CopyFrompublic String getUri()
getUri in interface ModulegetUri in class ModuleImplpublic Object clone() throws CloneNotSupportedException
clone in interface Moduleclone in class ModuleImplCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class ModuleImplpublic int hashCode()
hashCode in class ModuleImplpublic String toString()
toString in class ModuleImplCopyright © 2021. All rights reserved.