LockKey

open class LockKey

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="discriminator" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="keyValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the discriminator property.
Link copied to clipboard
open fun getKeyValue(): String
Gets the value of the keyValue property.
Link copied to clipboard
open fun setDiscriminator(value: String)
Sets the value of the discriminator property.
Link copied to clipboard
open fun setKeyValue(value: String)
Sets the value of the keyValue property.