RegisterPayload Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.RegisterPayload

public class RegisterPayload

Represents payload for Register action.

Constructor Summary

Constructor Description
RegisterPayload()

Method Summary

Modifier and Type Method and Description
java.lang.String registrationCode()

Get the registration code of the lab.

RegisterPayload withRegistrationCode(String registrationCode)

Set the registration code of the lab.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

RegisterPayload

public RegisterPayload()

Method Details

registrationCode

public String registrationCode()

Get the registration code of the lab.

Returns:

the registrationCode value

withRegistrationCode

public RegisterPayload withRegistrationCode(String registrationCode)

Set the registration code of the lab.

Parameters:

registrationCode - the registrationCode value to set

Returns:

the RegisterPayload object itself.

Applies to