Class HealthStatus
java.lang.Object
org.mbari.vars.vampiresquid.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
-
Method Summary
Modifier and TypeMethodDescriptionstatic HealthStatus
createFromDiscriminatorValue
(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.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setAdditionalData
(Map<String, Object> value) Sets the AdditionalData property value.void
setApplication
(String value) Sets the application property value.void
setAvailableProcessors
(Integer value) Sets the availableProcessors property value.void
setDescription
(String value) Sets the description property value.void
setFreeMemory
(Long value) Sets the freeMemory property value.void
setJdkVersion
(String value) Sets the jdkVersion property value.void
setMaxMemory
(Long value) Sets the maxMemory property value.void
setTotalMemory
(Long value) Sets the totalMemory property value.void
setVersion
(String value) Sets the version property value.
-
Constructor Details
-
HealthStatus
public HealthStatus()Instantiates a newHealthStatus
and 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:
serialize
in 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.
-