Class DetailsItemType


  • public class DetailsItemType
    extends Object
    The DetailsItemType model.
    • Constructor Detail

      • DetailsItemType

        public DetailsItemType()
    • Method Detail

      • key

        public String key()
        Get the key value.
        Returns:
        the key value
      • withKey

        public DetailsItemType withKey​(String key)
        Set the key value.
        Parameters:
        key - the key value to set
        Returns:
        the DetailsItemType object itself.
      • value

        public String value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public DetailsItemType withValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the DetailsItemType object itself.