84 строки
4.5 KiB
YAML
84 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.models.RecentJob"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.RecentJob"
|
|
name: "RecentJob"
|
|
nameWithType: "RecentJob"
|
|
summary: "Information about the most recent Job to run under the Job Schedule."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **RecentJob**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.RecentJob.RecentJob()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.RecentJob.RecentJob()"
|
|
name: "RecentJob()"
|
|
nameWithType: "RecentJob.RecentJob()"
|
|
syntax: "public RecentJob()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.RecentJob.id()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.RecentJob.id()"
|
|
name: "id()"
|
|
nameWithType: "RecentJob.id()"
|
|
summary: "Get the id value."
|
|
syntax: "public String id()"
|
|
desc: "Get the id value."
|
|
returns:
|
|
description: "the id value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.RecentJob.url()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.RecentJob.url()"
|
|
name: "url()"
|
|
nameWithType: "RecentJob.url()"
|
|
summary: "Get the url value."
|
|
syntax: "public String url()"
|
|
desc: "Get the url value."
|
|
returns:
|
|
description: "the url value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.RecentJob.withId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.RecentJob.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "RecentJob.withId(String id)"
|
|
summary: "Set the id value."
|
|
parameters:
|
|
- description: "the id value to set"
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RecentJob withId(String id)"
|
|
desc: "Set the id value."
|
|
returns:
|
|
description: "the RecentJob object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.RecentJob?alt=com.microsoft.azure.batch.protocol.models.RecentJob&text=RecentJob\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.RecentJob.withUrl(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.RecentJob.withUrl(String url)"
|
|
name: "withUrl(String url)"
|
|
nameWithType: "RecentJob.withUrl(String url)"
|
|
summary: "Set the url value."
|
|
parameters:
|
|
- description: "the url value to set"
|
|
name: "url"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RecentJob withUrl(String url)"
|
|
desc: "Set the url value."
|
|
returns:
|
|
description: "the RecentJob object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.RecentJob?alt=com.microsoft.azure.batch.protocol.models.RecentJob&text=RecentJob\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Information about the most recent Job to run under the Job Schedule."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|