public class GetTestScriptModel extends TypedEntityModel
wrappedEntityModel| Constructor and Description |
|---|
GetTestScriptModel(EntityModel wrappedEntityModel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getCreationTime()
Label: Creation Time
Description: The date and time the script was created, according to the ISO-8601 date format.
|
String |
getId()
Returns the ID of the entity.
|
ZonedDateTime |
getLastModified()
Label: Last modified
Description: The date and time the script was last modified, according to the ISO-8601 date format.
|
List<AbstractTestStep> |
getTestStepsAsObjects()
Returns the test steps from the server as objects.
|
String |
getTestStepsAsString()
Returns the test steps from the server as the native string
|
getType, getWrappedEntityModelpublic GetTestScriptModel(EntityModel wrappedEntityModel)
wrappedEntityModel - The underlying model created from the JSON@Nullable public String getId()
Entitypublic ZonedDateTime getCreationTime()
public ZonedDateTime getLastModified()
public List<AbstractTestStep> getTestStepsAsObjects()
public String getTestStepsAsString()
Copyright © 2021 Micro Focus. All rights reserved.