TestRunAppComponents Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunAppComponents
- com.
Implements
public final class TestRunAppComponents
implements JsonSerializable<TestRunAppComponents>
Test run app component.
Constructor Summary
| Constructor | Description |
|---|---|
| TestRunAppComponents() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Map<String,Load |
getComponents()
Get the components property: Azure resource collection { resource id (fully qualified resource Id e. |
| String |
getCreatedBy()
Get the created |
|
Offset |
getCreatedDateTime()
Get the created |
| String |
getLastModifiedBy()
Get the last |
|
Offset |
getLastModifiedDateTime()
Get the last |
| String |
getTestRunId()
Get the test |
|
Test |
setComponents(Map<String,LoadTestingAppComponent> components)
Set the components property: Azure resource collection { resource id (fully qualified resource Id e. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
TestRunAppComponents
public TestRunAppComponents()
Creates an instance of TestRunAppComponents class.
Method Details
fromJson
public static TestRunAppComponents fromJson(JsonReader jsonReader)
Reads an instance of TestRunAppComponents from the JsonReader.
Parameters:
Returns:
Throws:
getComponents
public Map<String,LoadTestingAppComponent> getComponents()
Get the components property: Azure resource collection { resource id (fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }.
Returns:
getCreatedBy
public String getCreatedBy()
Get the createdBy property: The user that created.
Returns:
getCreatedDateTime
public OffsetDateTime getCreatedDateTime()
Get the createdDateTime property: The creation datetime(RFC 3339 literal format).
Returns:
getLastModifiedBy
public String getLastModifiedBy()
Get the lastModifiedBy property: The user that last modified.
Returns:
getLastModifiedDateTime
public OffsetDateTime getLastModifiedDateTime()
Get the lastModifiedDateTime property: The last Modified datetime(RFC 3339 literal format).
Returns:
getTestRunId
public String getTestRunId()
Get the testRunId property: Test run identifier.
Returns:
setComponents
public TestRunAppComponents setComponents(Map<String,LoadTestingAppComponent> components)
Set the components property: Azure resource collection { resource id (fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }.
Required when create the resource.
Parameters:
Returns: