Class ExternalPlatform


  • public class ExternalPlatform
    extends Object
    ExternalPlatform
    • Constructor Detail

      • ExternalPlatform

        public ExternalPlatform()
    • Method Detail

      • integrator

        public ExternalPlatform integrator​(String integrator)
        External platform integrator.
        Parameters:
        integrator -
        Returns:
        the current ExternalPlatform instance, allowing for method chaining
      • getIntegrator

        public String getIntegrator()
        External platform integrator.
        Returns:
        integrator
      • setIntegrator

        public void setIntegrator​(String integrator)
        External platform integrator.
        Parameters:
        integrator -
      • name

        public ExternalPlatform name​(String name)
        Name of the field. For example, Name of External Platform.
        Parameters:
        name -
        Returns:
        the current ExternalPlatform instance, allowing for method chaining
      • getName

        public String getName()
        Name of the field. For example, Name of External Platform.
        Returns:
        name
      • setName

        public void setName​(String name)
        Name of the field. For example, Name of External Platform.
        Parameters:
        name -
      • version

        public ExternalPlatform version​(String version)
        Version of the field. For example, Version of External Platform.
        Parameters:
        version -
        Returns:
        the current ExternalPlatform instance, allowing for method chaining
      • getVersion

        public String getVersion()
        Version of the field. For example, Version of External Platform.
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
        Version of the field. For example, Version of External Platform.
        Parameters:
        version -
      • equals

        public boolean equals​(Object o)
        Return true if this ExternalPlatform object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ExternalPlatform fromJson​(String jsonString)
                                         throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ExternalPlatform given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ExternalPlatform
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ExternalPlatform
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ExternalPlatform to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException