TestFileInfo Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestFileInfo
- com.
Implements
public final class TestFileInfo
implements JsonSerializable<TestFileInfo>
Test file info.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Offset |
getExpiresOn()
Get the expires |
| String |
getFileName()
Get the file |
|
Load |
getFileType()
Get the file |
| String |
getUrl()
Get the url property: File URL. |
| String |
getValidationFailureDetails()
Get the validation |
|
File |
getValidationStatus()
Get the validation |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestFileInfo fromJson(JsonReader jsonReader)
Reads an instance of TestFileInfo from the JsonReader.
Parameters:
Returns:
Throws:
getExpiresOn
public OffsetDateTime getExpiresOn()
Get the expiresOn property: Expiry time of the file (RFC 3339 literal format).
Returns:
getFileName
public String getFileName()
Get the fileName property: Name of the file.
Returns:
getFileType
public LoadTestingFileType getFileType()
Get the fileType property: File type.
Returns:
getUrl
public String getUrl()
Get the url property: File URL.
Returns:
getValidationFailureDetails
public String getValidationFailureDetails()
Get the validationFailureDetails property: Validation failure error details.
Returns:
getValidationStatus
public FileValidationStatus getValidationStatus()
Get the validationStatus property: Validation status of the file.
Returns: