MoveProductEligibilityResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. MoveProductEligibilityResultInner
- com.
Implements
public final class MoveProductEligibilityResultInner
implements JsonSerializable<MoveProductEligibilityResultInner>
Result of the transfer eligibility validation.
Constructor Summary
| Constructor | Description |
|---|---|
| MoveProductEligibilityResultInner() |
Creates an instance of Move |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Move |
errorDetails()
Get the error |
|
static
Move |
fromJson(JsonReader jsonReader)
Reads an instance of Move |
| Boolean |
isMoveEligible()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Move |
withErrorDetails(MoveProductEligibilityResultErrorDetails errorDetails)
Set the error |
|
Move |
withIsMoveEligible(Boolean isMoveEligible)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
MoveProductEligibilityResultInner
public MoveProductEligibilityResultInner()
Creates an instance of MoveProductEligibilityResultInner class.
Method Details
errorDetails
public MoveProductEligibilityResultErrorDetails errorDetails()
Get the errorDetails property: Error details of the transfer eligibility validation.
Returns:
fromJson
public static MoveProductEligibilityResultInner fromJson(JsonReader jsonReader)
Reads an instance of MoveProductEligibilityResultInner from the JsonReader.
Parameters:
Returns:
Throws:
isMoveEligible
public Boolean isMoveEligible()
Get the isMoveEligible property: Specifies whether the subscription is eligible to be transferred.
Returns:
toJson
validate
public void validate()
Validates the instance.
withErrorDetails
public MoveProductEligibilityResultInner withErrorDetails(MoveProductEligibilityResultErrorDetails errorDetails)
Set the errorDetails property: Error details of the transfer eligibility validation.
Parameters:
Returns:
withIsMoveEligible
public MoveProductEligibilityResultInner withIsMoveEligible(Boolean isMoveEligible)
Set the isMoveEligible property: Specifies whether the subscription is eligible to be transferred.
Parameters:
Returns: