public class Entity extends Object
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
Entity |
app(String app) |
boolean |
equals(Object o) |
String |
getApp()
The application ID of the application that created this entity, if this entity was created by an application.
|
String |
getPlugin()
The plugin ID of the user who created this entity, if this entity was created by a plugin.
|
String |
getUser()
The user ID of the user who created this entity, if this entity was created by a user.
|
int |
hashCode() |
Entity |
plugin(String plugin) |
void |
setApp(String app) |
void |
setPlugin(String plugin) |
void |
setUser(String user) |
String |
toString() |
Entity |
user(String user) |
public String getApp()
public void setApp(String app)
public String getUser()
public void setUser(String user)
public String getPlugin()
public void setPlugin(String plugin)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved