Class HealthStatus
java.lang.Object
org.mbari.vars.annosaurus.sdk.kiota.models.HealthStatus
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable
@Generated("com.microsoft.kiota")
public class HealthStatus
extends Object
implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HealthStatuscreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the AdditionalData property value.Gets the application property value.Gets the availableProcessors property value.Gets the description property value.The deserialization information for the current modelGets the freeMemory property value.Gets the jdkVersion property value.Gets the maxMemory property value.Gets the totalMemory property value.Gets the version property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAdditionalData(Map<String, Object> value) Sets the AdditionalData property value.voidsetApplication(String value) Sets the application property value.voidsetAvailableProcessors(Integer value) Sets the availableProcessors property value.voidsetDescription(String value) Sets the description property value.voidsetFreeMemory(Long value) Sets the freeMemory property value.voidsetJdkVersion(String value) Sets the jdkVersion property value.voidsetMaxMemory(Long value) Sets the maxMemory property value.voidsetTotalMemory(Long value) Sets the totalMemory property value.voidsetVersion(String value) Sets the version property value.
-
Constructor Details
-
HealthStatus
public HealthStatus()Instantiates a newHealthStatusand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static HealthStatus createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
HealthStatus
-
getAdditionalData
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getApplication
-
getAvailableProcessors
-
getDescription
-
getFieldDeserializers
-
getFreeMemory
-
getJdkVersion
-
getMaxMemory
-
getTotalMemory
-
getVersion
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Parameters:
writer- Serialization writer to use to serialize this model
-
setAdditionalData
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.- Parameters:
value- Value to set for the AdditionalData property.
-
setApplication
Sets the application property value. The application property- Parameters:
value- Value to set for the application property.
-
setAvailableProcessors
Sets the availableProcessors property value. The availableProcessors property- Parameters:
value- Value to set for the availableProcessors property.
-
setDescription
Sets the description property value. The description property- Parameters:
value- Value to set for the description property.
-
setFreeMemory
Sets the freeMemory property value. The freeMemory property- Parameters:
value- Value to set for the freeMemory property.
-
setJdkVersion
Sets the jdkVersion property value. The jdkVersion property- Parameters:
value- Value to set for the jdkVersion property.
-
setMaxMemory
Sets the maxMemory property value. The maxMemory property- Parameters:
value- Value to set for the maxMemory property.
-
setTotalMemory
Sets the totalMemory property value. The totalMemory property- Parameters:
value- Value to set for the totalMemory property.
-
setVersion
Sets the version property value. The version property- Parameters:
value- Value to set for the version property.
-