Class Trigger

java.lang.Object
com.sath.idhub.generated.types.Trigger

public class Trigger extends Object
  • Constructor Details

  • Method Details

    • getIDM

      public String getIDM()
    • setIDM

      public void setIDM(String IDM)
    • get_etag

      public org.bson.types.ObjectId get_etag()
    • set_etag

      public void set_etag(org.bson.types.ObjectId _etag)
    • get_id

      public org.bson.types.ObjectId get_id()
    • set_id

      public void set_id(org.bson.types.ObjectId _id)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getCollection

      public String getCollection()
    • setCollection

      public void setCollection(String collection)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getFields

      public Map<String,Object> getFields()
    • setFields

      public void setFields(Map<String,Object> fields)
    • getLogoURL

      public String getLogoURL()
    • setLogoURL

      public void setLogoURL(String logoURL)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getOperationType

      public String getOperationType()
    • setOperationType

      public void setOperationType(String operationType)
    • getRaw

      public org.bson.Document getRaw()
    • setRaw

      public void setRaw(org.bson.Document raw)
    • getSchema

      public Map<String,Object> getSchema()
    • setSchema

      public void setSchema(Map<String,Object> schema)
    • getSearchCollection

      public String getSearchCollection()
    • setSearchCollection

      public void setSearchCollection(String searchCollection)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public static Trigger.Builder newBuilder()