azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

69 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.DayDetails"
fullName: "com.azure.resourcemanager.devtestlabs.models.DayDetails"
name: "DayDetails"
nameWithType: "DayDetails"
summary: "Properties of a daily 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 final class **DayDetails**"
constructors:
- uid: "com.azure.resourcemanager.devtestlabs.models.DayDetails.DayDetails()"
fullName: "com.azure.resourcemanager.devtestlabs.models.DayDetails.DayDetails()"
name: "DayDetails()"
nameWithType: "DayDetails.DayDetails()"
summary: "Creates an instance of Day<wbr>Details class."
syntax: "public DayDetails()"
desc: "Creates an instance of DayDetails class."
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.DayDetails.time()"
fullName: "com.azure.resourcemanager.devtestlabs.models.DayDetails.time()"
name: "time()"
nameWithType: "DayDetails.time()"
summary: "Get the time property: The time of day the schedule will occur."
syntax: "public String time()"
desc: "Get the time property: The time of day the schedule will occur."
returns:
description: "the time value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.DayDetails.validate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.DayDetails.validate()"
name: "validate()"
nameWithType: "DayDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.devtestlabs.models.DayDetails.withTime(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.DayDetails.withTime(String time)"
name: "withTime(String time)"
nameWithType: "DayDetails.withTime(String time)"
summary: "Set the time property: The time of day the schedule will occur."
parameters:
- description: "the time value to set."
name: "time"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DayDetails withTime(String time)"
desc: "Set the time property: The time of day the schedule will occur."
returns:
description: "the DayDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DayDetails?alt=com.azure.resourcemanager.devtestlabs.models.DayDetails&text=DayDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of a daily schedule."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0