CustomerProperty Class
- java.
lang. Object - com.
azure. resourcemanager. connectedcache. models. CustomerProperty
- com.
Implements
public final class CustomerProperty
implements JsonSerializable<CustomerProperty>
Model representing customer for connectedCache resource.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerProperty() |
Creates an instance of Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Additional |
additionalCustomerProperties()
Get the additional |
|
Customer |
customer()
Get the customer property: Mcc customer resource (customer entity). |
|
Management |
error()
Get the error property: Mcc response error details. |
|
static
Customer |
fromJson(JsonReader jsonReader)
Reads an instance of Customer |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
status()
Get the status property: HTTP error status code. |
| String |
statusCode()
Get the status |
| String |
statusDetails()
Get the status |
| String |
statusText()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Customer |
withAdditionalCustomerProperties(AdditionalCustomerProperties additionalCustomerProperties)
Set the additional |
|
Customer |
withCustomer(CustomerEntity customer)
Set the customer property: Mcc customer resource (customer entity). |
Methods inherited from java.lang.Object
Constructor Details
CustomerProperty
public CustomerProperty()
Creates an instance of CustomerProperty class.
Method Details
additionalCustomerProperties
public AdditionalCustomerProperties additionalCustomerProperties()
Get the additionalCustomerProperties property: Mcc customer resource additional properties.
Returns:
customer
public CustomerEntity customer()
Get the customer property: Mcc customer resource (customer entity).
Returns:
error
public ManagementError error()
Get the error property: Mcc response error details.
Returns:
fromJson
public static CustomerProperty fromJson(JsonReader jsonReader)
Reads an instance of CustomerProperty from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioned state of the resource.
Returns:
status
public String status()
Get the status property: HTTP error status code.
Returns:
statusCode
public String statusCode()
Get the statusCode property: Mcc response status code.
Returns:
statusDetails
public String statusDetails()
Get the statusDetails property: Mcc response status details for retrieving response inner details.
Returns:
statusText
public String statusText()
Get the statusText property: Mcc response status text as string for retrieving status details.
Returns:
toJson
withAdditionalCustomerProperties
public CustomerProperty withAdditionalCustomerProperties(AdditionalCustomerProperties additionalCustomerProperties)
Set the additionalCustomerProperties property: Mcc customer resource additional properties.
Parameters:
Returns:
withCustomer
public CustomerProperty withCustomer(CustomerEntity customer)
Set the customer property: Mcc customer resource (customer entity).
Parameters:
Returns: