public class PerformanceAttributes
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PerformanceAttributes() |
Modifier and Type | Method and Description |
---|---|
com.appiancorp.suiteapi.process.analytics2.PerformanceAttributes.CompositeOrder |
getCompositeOrder()
Returns the order in which the attribute is in relation to the shard and the main.
|
java.lang.String |
getDescription()
Returns the description of the attribute.
|
int |
getMainOrder()
Returns the order in which the attribute was applied in relation to the main.
|
int |
getMasterOrder()
Deprecated.
use
getMainOrder() instead |
java.lang.String |
getName()
Returns the name of the attribute.
|
int |
getOrder()
Returns the order in which the attribute was applied in relation to the shard.
|
java.lang.String |
getResource()
Returns name of the resource where the operation was executed.
|
int |
getRowsAffected()
Returns the number of rows affected by the attribute during report
generation.
|
double |
getTime()
Returns the amount of time taken by the attribute to execute during report
generation.
|
java.lang.String |
getType()
Returns the type of the attribute.
|
void |
setDescription(java.lang.String description_)
Sets the description of the attribute
|
void |
setMainOrder(int mainOrder_)
Sets the order in which the attribute will be applied in relation to the main.
|
void |
setMasterOrder(int mainOrder_)
Deprecated.
use
setMainOrder(int) instead |
void |
setName(java.lang.String name_)
Sets the name of the attribute
|
void |
setOrder(int order_)
Sets the order in which the attribute will be applied in relation to the shard.
|
void |
setResource(java.lang.String resource)
Sets name of the resource where the operation was executed.
|
void |
setRowsAffected(int rowsAffected_)
Set the number of rows affected during report generation.
|
void |
setTime(double time_)
Sets the amount of time taken by the attribute to execute during report
generation.
|
void |
setType(java.lang.String type_)
Sets the type of attribute
|
java.lang.String |
toString() |
public java.lang.String getName()
public void setName(java.lang.String name_)
public java.lang.String getType()
public void setType(java.lang.String type_)
public java.lang.String getResource()
public void setResource(java.lang.String resource)
public double getTime()
public void setTime(double time_)
public int getRowsAffected()
public void setRowsAffected(int rowsAffected_)
rowsAffected_
- public java.lang.String getDescription()
public void setDescription(java.lang.String description_)
public int getOrder()
public void setOrder(int order_)
@Deprecated public int getMasterOrder()
getMainOrder()
insteadpublic int getMainOrder()
@Deprecated public void setMasterOrder(int mainOrder_)
setMainOrder(int)
insteadpublic void setMainOrder(int mainOrder_)
public java.lang.String toString()
toString
in class java.lang.Object
public com.appiancorp.suiteapi.process.analytics2.PerformanceAttributes.CompositeOrder getCompositeOrder()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.