public class Application extends Object
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getArchived()
Return the archived status of the application
|
String |
getAttackLabel()
Application's attack label.
|
long |
getCode()
Total custom classes lines of code size.
|
String |
getCodeShorthand()
Total custom classes lines of code size in shorthand notation.
|
long |
getCreated()
Return the creation date of the application
|
boolean |
getDefend()
Return the defend status of the application
|
String |
getGroupName()
Return the group name the application belongs to
|
String |
getId()
The ID of this application, which is a long, alphanumeric token.
|
int |
getImportance()
Return the importance of the application
|
String |
getLanguage()
Return the language of the application, e.g., Java.
|
long |
getLastSeen()
Return the time the application was last monitored by Contrast.
|
License |
getLicense()
Return the paid license level of the application.
|
boolean |
getMaster()
Return the master status of this application
|
MetadataEntity[] |
getMetadataEntities()
Application metadata.
|
Integer |
getModules()
Return the modules under this application
|
String |
getName()
Return the human-readable name of the web application.
|
String |
getNotes()
Return the notes of the application
|
String |
getOverrideUrl()
Application's override Url
|
String |
getPath()
Return the path of the web application, e.g., /AcmeApp
|
Scores |
getScores()
Return the scores of the application
|
String |
getShortName()
Application's short name.
|
long |
getSize()
Total lines of code size.
|
String |
getSizeShorthand()
Total lines of code size in shorthand notation.
|
String |
getStatus()
Return the status of the application
|
String[] |
getTags()
Application's tags.
|
TraceBreakdown |
getTraceBreakdown()
Return the trace breakdown of the application
|
public String getId()
public boolean getArchived()
public int getImportance()
public boolean getDefend()
public long getCreated()
public String getStatus()
public License getLicense()
public String getPath()
public String getNotes()
public String getName()
public String getLanguage()
public String getGroupName()
public long getLastSeen()
public Integer getModules()
public boolean getMaster()
public Scores getScores()
public TraceBreakdown getTraceBreakdown()
public String getSizeShorthand()
public long getSize()
public String getCodeShorthand()
public long getCode()
public String getOverrideUrl()
public String getShortName()
public String getAttackLabel()
public String[] getTags()
public MetadataEntity[] getMetadataEntities()
Copyright © 2021 Contrast Security. All rights reserved.