Class IntRestComponent

  • Direct Known Subclasses:
    IntRestResponse

    public class IntRestComponent
    extends com.synopsys.integration.util.Stringable
    A base class for any object that can interact with a REST API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIELD_NAME_JSON  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJson()  
      com.google.gson.JsonElement getJsonElement()  
      void setJson​(java.lang.String json)  
      void setJsonElement​(com.google.gson.JsonElement jsonElement)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • IntRestComponent

        public IntRestComponent()
    • Method Detail

      • getJson

        public java.lang.String getJson()
      • setJson

        public void setJson​(java.lang.String json)
      • getJsonElement

        public com.google.gson.JsonElement getJsonElement()
      • setJsonElement

        public void setJsonElement​(com.google.gson.JsonElement jsonElement)