LinkableEnvironmentResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. dynatrace. fluent. models. LinkableEnvironmentResponseInner
- com.
Implements
public final class LinkableEnvironmentResponseInner
implements JsonSerializable<LinkableEnvironmentResponseInner>
Response for getting all the linkable environments.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkableEnvironmentResponseInner() |
Creates an instance of Linkable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
environmentId()
Get the environment |
| String |
environmentName()
Get the environment |
|
static
Linkable |
fromJson(JsonReader jsonReader)
Reads an instance of Linkable |
|
Plan |
planData()
Get the plan |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Linkable |
withEnvironmentId(String environmentId)
Set the environment |
|
Linkable |
withEnvironmentName(String environmentName)
Set the environment |
|
Linkable |
withPlanData(PlanData planData)
Set the plan |
Methods inherited from java.lang.Object
Constructor Details
LinkableEnvironmentResponseInner
public LinkableEnvironmentResponseInner()
Creates an instance of LinkableEnvironmentResponseInner class.
Method Details
environmentId
public String environmentId()
Get the environmentId property: environment id for which user is an admin.
Returns:
environmentName
public String environmentName()
Get the environmentName property: Name of the environment.
Returns:
fromJson
public static LinkableEnvironmentResponseInner fromJson(JsonReader jsonReader)
Reads an instance of LinkableEnvironmentResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
planData
public PlanData planData()
Get the planData property: Billing plan information.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnvironmentId
public LinkableEnvironmentResponseInner withEnvironmentId(String environmentId)
Set the environmentId property: environment id for which user is an admin.
Parameters:
Returns:
withEnvironmentName
public LinkableEnvironmentResponseInner withEnvironmentName(String environmentName)
Set the environmentName property: Name of the environment.
Parameters:
Returns:
withPlanData
public LinkableEnvironmentResponseInner withPlanData(PlanData planData)
Set the planData property: Billing plan information.
Parameters:
Returns: