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