@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-20T00:53:32.523Z") public class AppRequest extends Object
Constructor and Description |
---|
AppRequest() |
Modifier and Type | Method and Description |
---|---|
AppRequest |
addAddGroupsItem(String addGroupsItem) |
AppRequest |
addDelGroupsItem(String delGroupsItem) |
AppRequest |
addGroups(List<String> addGroups) |
AppRequest |
appType(String appType) |
AppRequest |
credential(AppCredential credential) |
AppRequest |
defaultGroup(String defaultGroup) |
AppRequest |
delGroups(List<String> delGroups) |
AppRequest |
description(String description) |
AppRequest |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
List<String> |
getAddGroups()
An array of Security Group IDs to add to this application.
|
String |
getAppType()
The user-defined type of this application.
|
AppCredential |
getCredential()
Get credential
|
String |
getDefaultGroup()
The default group of this application.
|
List<String> |
getDelGroups()
An array of security group IDs to remove from this application.
|
String |
getDescription()
Description of this application.
|
Boolean |
getEnabled()
Whether this application is enabled
|
String |
getName()
Name of this application.
|
Integer |
getSecretSize()
Size in bytes of app's secret.
|
int |
hashCode() |
AppRequest |
name(String name) |
AppRequest |
secretSize(Integer secretSize) |
void |
setAddGroups(List<String> addGroups) |
void |
setAppType(String appType) |
void |
setCredential(AppCredential credential) |
void |
setDefaultGroup(String defaultGroup) |
void |
setDelGroups(List<String> delGroups) |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setName(String name) |
void |
setSecretSize(Integer secretSize) |
String |
toString() |
public AppRequest name(String name)
public String getName()
public void setName(String name)
public AppRequest description(String description)
public String getDescription()
public void setDescription(String description)
public AppRequest addGroups(List<String> addGroups)
public AppRequest addAddGroupsItem(String addGroupsItem)
public List<String> getAddGroups()
public AppRequest delGroups(List<String> delGroups)
public AppRequest addDelGroupsItem(String delGroupsItem)
public List<String> getDelGroups()
public AppRequest defaultGroup(String defaultGroup)
public String getDefaultGroup()
public void setDefaultGroup(String defaultGroup)
public AppRequest enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public AppRequest appType(String appType)
public String getAppType()
public void setAppType(String appType)
public AppRequest credential(AppCredential credential)
public AppCredential getCredential()
public void setCredential(AppCredential credential)
public AppRequest secretSize(Integer secretSize)
public Integer getSecretSize()
public void setSecretSize(Integer secretSize)
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved