public class ServiceProviderServicePackMigrationTaskTaskTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
ServiceProviderServicePackMigrationTaskTaskTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getErrorCount() |
static ServiceProviderServicePackMigrationTaskTaskTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<ServiceProviderServicePackMigrationTaskTaskTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getName() |
String |
getStartTimestampMilliseconds() |
String |
getStatus() |
String |
getUsersProcessed() |
String |
getUsersTotal() |
int |
hashCode() |
public ServiceProviderServicePackMigrationTaskTaskTableRow()
public String getStartTimestampMilliseconds()
public String getName()
public String getStatus()
public String getErrorCount()
public String getUsersProcessed()
public String getUsersTotal()
@GwtIncompatible public static ServiceProviderServicePackMigrationTaskTaskTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<ServiceProviderServicePackMigrationTaskTaskTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2016 ECG. All rights reserved.