ManagedCassandraReaperStatus Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. ManagedCassandraReaperStatus
- com.
Implements
public final class ManagedCassandraReaperStatus
implements JsonSerializable<ManagedCassandraReaperStatus>
The ManagedCassandraReaperStatus model.
Constructor Summary
Constructor | Description |
---|---|
ManagedCassandraReaperStatus() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Boolean |
healthy()
Get the healthy property: The healthy property. |
Map<String,String> |
repairRunIds()
Get the repair |
Map<String,String> |
repairSchedules()
Get the repair |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withHealthy(Boolean healthy)
Set the healthy property: The healthy property. |
Managed |
withRepairRunIds(Map<String,String> repairRunIds)
Set the repair |
Managed |
withRepairSchedules(Map<String,String> repairSchedules)
Set the repair |
Methods inherited from java.lang.Object
Constructor Details
ManagedCassandraReaperStatus
public ManagedCassandraReaperStatus()
Creates an instance of ManagedCassandraReaperStatus class.
Method Details
fromJson
public static ManagedCassandraReaperStatus fromJson(JsonReader jsonReader)
Reads an instance of ManagedCassandraReaperStatus from the JsonReader.
Parameters:
Returns:
Throws:
healthy
public Boolean healthy()
Get the healthy property: The healthy property.
Returns:
repairRunIds
public Map<String,String> repairRunIds()
Get the repairRunIds property: Dictionary of <string>.
Returns:
repairSchedules
public Map<String,String> repairSchedules()
Get the repairSchedules property: Dictionary of <string>.
Returns:
toJson
validate
public void validate()
Validates the instance.
withHealthy
public ManagedCassandraReaperStatus withHealthy(Boolean healthy)
Set the healthy property: The healthy property.
Parameters:
Returns:
withRepairRunIds
public ManagedCassandraReaperStatus withRepairRunIds(Map<String,String> repairRunIds)
Set the repairRunIds property: Dictionary of <string>.
Parameters:
Returns:
withRepairSchedules
public ManagedCassandraReaperStatus withRepairSchedules(Map<String,String> repairSchedules)
Set the repairSchedules property: Dictionary of <string>.
Parameters:
Returns: