public class Notary extends Object
| Constructor and Description |
|---|
Notary() |
| Modifier and Type | Method and Description |
|---|---|
Notary |
createdDate(String createdDate) |
Notary |
enabled(String enabled) |
boolean |
equals(Object o) |
String |
getCreatedDate() |
String |
getEnabled() |
String |
getSearchable() |
UserInformation |
getUserInfo()
Get userInfo
|
int |
hashCode() |
Notary |
searchable(String searchable) |
void |
setCreatedDate(String createdDate) |
void |
setEnabled(String enabled) |
void |
setSearchable(String searchable) |
void |
setUserInfo(UserInformation userInfo) |
String |
toString() |
Notary |
userInfo(UserInformation userInfo) |
public String getCreatedDate()
public void setCreatedDate(String createdDate)
public String getEnabled()
public void setEnabled(String enabled)
public String getSearchable()
public void setSearchable(String searchable)
public Notary userInfo(UserInformation userInfo)
public UserInformation getUserInfo()
public void setUserInfo(UserInformation userInfo)
Copyright © 2020. All rights reserved.