Class IntegrationAccountSessionProperties

java.lang.Object
com.azure.resourcemanager.logic.fluent.models.IntegrationAccountSessionProperties

public final class IntegrationAccountSessionProperties extends Object
The integration account session properties.
  • Constructor Details

    • IntegrationAccountSessionProperties

      public IntegrationAccountSessionProperties()
      Creates an instance of IntegrationAccountSessionProperties class.
  • Method Details

    • createdTime

      public OffsetDateTime createdTime()
      Get the createdTime property: The created time.
      Returns:
      the createdTime value.
    • changedTime

      public OffsetDateTime changedTime()
      Get the changedTime property: The changed time.
      Returns:
      the changedTime value.
    • content

      public Object content()
      Get the content property: The session content.
      Returns:
      the content value.
    • withContent

      public IntegrationAccountSessionProperties withContent(Object content)
      Set the content property: The session content.
      Parameters:
      content - the content value to set.
      Returns:
      the IntegrationAccountSessionProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.