public static class UpdateServiceInstanceRequest.PreviousValues
extends java.lang.Object
Constructor and Description |
---|
PreviousValues(java.lang.String planId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPlanId()
Get the ID of the plan prior to the update request.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getPlanId()
This value is set from the plan_id field in the previous_values field in the body of the request from the platform.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object