BatchNodeFile Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchNodeFile
- com.
Implements
public final class BatchNodeFile
implements JsonSerializable<BatchNodeFile>
Information about a file or directory on a Compute Node.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
getName()
Get the name property: The file path. |
|
File |
getProperties()
Get the properties property: The file properties. |
| String |
getUrl()
Get the url property: The URL of the file. |
| Boolean |
isDirectory()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchNodeFile fromJson(JsonReader jsonReader)
Reads an instance of BatchNodeFile from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The file path.
Returns:
getProperties
public FileProperties getProperties()
Get the properties property: The file properties.
Returns:
getUrl
public String getUrl()
Get the url property: The URL of the file.
Returns:
isDirectory
public Boolean isDirectory()
Get the isDirectory property: Whether the object represents a directory.
Returns: