public class UserEmbedKeyInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
UserEmbedKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getArea() |
String |
getGuid() |
Integer |
getHit_count() |
UserIdentity |
getUser() |
void |
setActive(Boolean active) |
void |
setArea(String area) |
void |
setGuid(String guid) |
void |
setHit_count(Integer hit_count) |
void |
setUser(UserIdentity user) |
String |
toString() |
public UserIdentity getUser()
public void setUser(UserIdentity user)
public String getGuid()
public void setGuid(String guid)
public String getArea()
public void setArea(String area)
public Boolean getActive()
public void setActive(Boolean active)
public Integer getHit_count()
public void setHit_count(Integer hit_count)
Copyright © 2014 GroupDocs. All Rights Reserved.