public class Plugin extends Object
Constructor and Description |
---|
Plugin() |
Modifier and Type | Method and Description |
---|---|
Plugin |
acctId(String acctId) |
Plugin |
addGroupsItem(String groupsItem) |
Plugin |
createdAt(String createdAt) |
Plugin |
creator(CreatorType creator) |
Plugin |
defaultGroup(String defaultGroup) |
Plugin |
description(String description) |
Plugin |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
String |
getAcctId()
The account ID of the account that this plugin belongs to.
|
String |
getCreatedAt()
When this plugin was created.
|
CreatorType |
getCreator()
Get creator
|
String |
getDefaultGroup()
The default group of this plugin.
|
String |
getDescription()
Description of this plugin.
|
Boolean |
getEnabled()
Whether this plugin is enabled.
|
List<String> |
getGroups()
An array of security group IDs.
|
String |
getLastrunAt()
When this plugin was last run.
|
String |
getLastupdatedAt()
When this plugin was last updated.
|
String |
getName()
Name of the plugin.
|
String |
getPluginId()
Plugin ID uniquely identifying this plugin.
|
PluginType |
getPluginType()
Get pluginType
|
PluginSource |
getSource()
Get source
|
Plugin |
groups(List<String> groups) |
int |
hashCode() |
Plugin |
lastrunAt(String lastrunAt) |
Plugin |
lastupdatedAt(String lastupdatedAt) |
Plugin |
name(String name) |
Plugin |
pluginId(String pluginId) |
Plugin |
pluginType(PluginType pluginType) |
void |
setAcctId(String acctId) |
void |
setCreatedAt(String createdAt) |
void |
setCreator(CreatorType creator) |
void |
setDefaultGroup(String defaultGroup) |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setGroups(List<String> groups) |
void |
setLastrunAt(String lastrunAt) |
void |
setLastupdatedAt(String lastupdatedAt) |
void |
setName(String name) |
void |
setPluginId(String pluginId) |
void |
setPluginType(PluginType pluginType) |
void |
setSource(PluginSource source) |
Plugin |
source(PluginSource source) |
String |
toString() |
public String getName()
public void setName(String name)
public String getPluginId()
public void setPluginId(String pluginId)
public String getDescription()
public void setDescription(String description)
public String getAcctId()
public void setAcctId(String acctId)
public List<String> getGroups()
public String getDefaultGroup()
public void setDefaultGroup(String defaultGroup)
public Plugin source(PluginSource source)
public PluginSource getSource()
public void setSource(PluginSource source)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Plugin pluginType(PluginType pluginType)
public PluginType getPluginType()
public void setPluginType(PluginType pluginType)
public Plugin creator(CreatorType creator)
public CreatorType getCreator()
public void setCreator(CreatorType creator)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getLastrunAt()
public void setLastrunAt(String lastrunAt)
public String getLastupdatedAt()
public void setLastupdatedAt(String lastupdatedAt)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved