Class SslCertificateEntity

java.lang.Object
com.microsoft.graph.models.security.SslCertificateEntity
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class SslCertificateEntity extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • SslCertificateEntity

      public SslCertificateEntity()
      Instantiates a new SslCertificateEntity and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static SslCertificateEntity 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 SslCertificateEntity
    • getAdditionalData

      @Nonnull public Map<String,Object> 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.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getAddress

      @Nullable public PhysicalAddress getAddress()
      Gets the address property value. A physical address of the entity.
      Returns:
      a PhysicalAddress
    • getAlternateNames

      @Nullable public List<String> getAlternateNames()
      Gets the alternateNames property value. Alternate names for this entity that are part of the certificate.
      Returns:
      a List<String>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getCommonName

      @Nullable public String getCommonName()
      Gets the commonName property value. A common name for this entity.
      Returns:
      a String
    • getEmail

      @Nullable public String getEmail()
      Gets the email property value. An email for this entity.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getGivenName

      @Nullable public String getGivenName()
      Gets the givenName property value. If the entity is a person, this is the person's given name (first name).
      Returns:
      a String
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getOrganizationName

      @Nullable public String getOrganizationName()
      Gets the organizationName property value. If the entity is an organization, this is the name of the organization.
      Returns:
      a String
    • getOrganizationUnitName

      @Nullable public String getOrganizationUnitName()
      Gets the organizationUnitName property value. If the entity is an organization, this communicates if a unit in the organization is named on the entity.
      Returns:
      a String
    • getSerialNumber

      @Nullable public String getSerialNumber()
      Gets the serialNumber property value. A serial number assigned to the entity; usually only available if the entity is the issuer.
      Returns:
      a String
    • getSurname

      @Nullable public String getSurname()
      Gets the surname property value. If the entity is a person, this is the person's surname (last name).
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      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.
    • setAddress

      public void setAddress(@Nullable PhysicalAddress value)
      Sets the address property value. A physical address of the entity.
      Parameters:
      value - Value to set for the address property.
    • setAlternateNames

      public void setAlternateNames(@Nullable List<String> value)
      Sets the alternateNames property value. Alternate names for this entity that are part of the certificate.
      Parameters:
      value - Value to set for the alternateNames property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setCommonName

      public void setCommonName(@Nullable String value)
      Sets the commonName property value. A common name for this entity.
      Parameters:
      value - Value to set for the commonName property.
    • setEmail

      public void setEmail(@Nullable String value)
      Sets the email property value. An email for this entity.
      Parameters:
      value - Value to set for the email property.
    • setGivenName

      public void setGivenName(@Nullable String value)
      Sets the givenName property value. If the entity is a person, this is the person's given name (first name).
      Parameters:
      value - Value to set for the givenName property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setOrganizationName

      public void setOrganizationName(@Nullable String value)
      Sets the organizationName property value. If the entity is an organization, this is the name of the organization.
      Parameters:
      value - Value to set for the organizationName property.
    • setOrganizationUnitName

      public void setOrganizationUnitName(@Nullable String value)
      Sets the organizationUnitName property value. If the entity is an organization, this communicates if a unit in the organization is named on the entity.
      Parameters:
      value - Value to set for the organizationUnitName property.
    • setSerialNumber

      public void setSerialNumber(@Nullable String value)
      Sets the serialNumber property value. A serial number assigned to the entity; usually only available if the entity is the issuer.
      Parameters:
      value - Value to set for the serialNumber property.
    • setSurname

      public void setSurname(@Nullable String value)
      Sets the surname property value. If the entity is a person, this is the person's surname (last name).
      Parameters:
      value - Value to set for the surname property.