Class EventDescriptionEventDetail

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.EventDescriptionEventDetail
All Implemented Interfaces:
Serializable

public class EventDescriptionEventDetail extends DynamicData
See Also:
  • Field Details

    • key

      public String key
    • description

      public String description
    • category

      public String category
    • formatOnDatacenter

      public String formatOnDatacenter
    • formatOnComputeResource

      public String formatOnComputeResource
    • formatOnHost

      public String formatOnHost
    • formatOnVm

      public String formatOnVm
    • fullFormat

      public String fullFormat
    • longDescription

      public String longDescription
  • Constructor Details

    • EventDescriptionEventDetail

      public EventDescriptionEventDetail()
  • Method Details

    • getKey

      public String getKey()
    • getDescription

      public String getDescription()
    • getCategory

      public String getCategory()
    • getFormatOnDatacenter

      public String getFormatOnDatacenter()
    • getFormatOnComputeResource

      public String getFormatOnComputeResource()
    • getFormatOnHost

      public String getFormatOnHost()
    • getFormatOnVm

      public String getFormatOnVm()
    • getFullFormat

      public String getFullFormat()
    • getLongDescription

      public String getLongDescription()
    • setKey

      public void setKey(String key)
    • setDescription

      public void setDescription(String description)
    • setCategory

      public void setCategory(String category)
    • setFormatOnDatacenter

      public void setFormatOnDatacenter(String formatOnDatacenter)
    • setFormatOnComputeResource

      public void setFormatOnComputeResource(String formatOnComputeResource)
    • setFormatOnHost

      public void setFormatOnHost(String formatOnHost)
    • setFormatOnVm

      public void setFormatOnVm(String formatOnVm)
    • setFullFormat

      public void setFullFormat(String fullFormat)
    • setLongDescription

      public void setLongDescription(String longDescription)