LabDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. education. fluent. models. LabDetailsInner
- com.
- com.
public final class LabDetailsInner
extends ProxyResource
Lab details.
Constructor Summary
| Constructor | Description |
|---|---|
| LabDetailsInner() |
Creates an instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Amount |
budgetPerStudent()
Get the budget |
| String |
currency()
Get the currency property: The type of currency being used for the value. |
| String |
currencyTotalAllocatedBudgetCurrency()
Get the currency |
| String |
description()
Get the description property: Detail description of this lab. |
| String |
displayName()
Get the display |
|
Offset |
effectiveDate()
Get the effective |
|
Offset |
expirationDate()
Get the expiration |
|
static
Lab |
fromJson(JsonReader jsonReader)
Reads an instance of Lab |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
invitationCode()
Get the invitation |
| Float |
maxStudentCount()
Get the max |
| String |
name()
Get the name property: The name of the resource. |
|
Lab |
status()
Get the status property: The status of this lab. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
| Float |
value()
Get the value property: Amount value. |
| Float |
valueTotalAllocatedBudgetValue()
Get the value |
|
Lab |
withBudgetPerStudent(Amount budgetPerStudent)
Set the budget |
|
Lab |
withDescription(String description)
Set the description property: Detail description of this lab. |
|
Lab |
withDisplayName(String displayName)
Set the display |
|
Lab |
withExpirationDate(OffsetDateTime expirationDate)
Set the expiration |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
LabDetailsInner
public LabDetailsInner()
Creates an instance of LabDetailsInner class.
Method Details
budgetPerStudent
public Amount budgetPerStudent()
Get the budgetPerStudent property: Default monetary cap for each student in this lab.
Returns:
currency
public String currency()
Get the currency property: The type of currency being used for the value.
Returns:
currencyTotalAllocatedBudgetCurrency
public String currencyTotalAllocatedBudgetCurrency()
Get the currencyTotalAllocatedBudgetCurrency property: The type of currency being used for the value.
Returns:
description
public String description()
Get the description property: Detail description of this lab.
Returns:
displayName
public String displayName()
Get the displayName property: Lab Display Name.
Returns:
effectiveDate
public OffsetDateTime effectiveDate()
Get the effectiveDate property: Lab creation date.
Returns:
expirationDate
public OffsetDateTime expirationDate()
Get the expirationDate property: Default expiration date for each student in this lab.
Returns:
fromJson
public static LabDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of LabDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
LabDetailsInner.id()Returns:
invitationCode
public String invitationCode()
Get the invitationCode property: invitation code for redeemable lab.
Returns:
maxStudentCount
public Float maxStudentCount()
Get the maxStudentCount property: the total number of students that can be accepted to the lab.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
LabDetailsInner.name()Returns:
status
public LabStatus status()
Get the status property: The status of this lab.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LabDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
LabDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.
value
public Float value()
Get the value property: Amount value.
Returns:
valueTotalAllocatedBudgetValue
public Float valueTotalAllocatedBudgetValue()
Get the valueTotalAllocatedBudgetValue property: Amount value.
Returns:
withBudgetPerStudent
public LabDetailsInner withBudgetPerStudent(Amount budgetPerStudent)
Set the budgetPerStudent property: Default monetary cap for each student in this lab.
Parameters:
Returns:
withDescription
public LabDetailsInner withDescription(String description)
Set the description property: Detail description of this lab.
Parameters:
Returns:
withDisplayName
public LabDetailsInner withDisplayName(String displayName)
Set the displayName property: Lab Display Name.
Parameters:
Returns:
withExpirationDate
public LabDetailsInner withExpirationDate(OffsetDateTime expirationDate)
Set the expirationDate property: Default expiration date for each student in this lab.
Parameters:
Returns: