Class IntelliPricerRequest

java.lang.Object
de.hybris.platform.prosservices.pros.intellipricer.IntelliPricerRequest

public class IntelliPricerRequest extends Object
  • Constructor Details

    • IntelliPricerRequest

      public IntelliPricerRequest()
  • Method Details

    • getResponseType

      public IntelliPricerRequest.ResponseType getResponseType()
      (Required)
    • setResponseType

      public void setResponseType(IntelliPricerRequest.ResponseType responseType)
      (Required)
    • getSessionId

      public String getSessionId()
    • setSessionId

      public void setSessionId(String sessionId)
    • getUser

      public String getUser()
      (Required)
    • setUser

      public void setUser(String user)
      (Required)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getEnableDebugInfo

      public Boolean getEnableDebugInfo()
    • setEnableDebugInfo

      public void setEnableDebugInfo(Boolean enableDebugInfo)
    • getHealthCheck

      public Boolean getHealthCheck()
    • setHealthCheck

      public void setHealthCheck(Boolean healthCheck)
    • getOriginDestinationGroups

      public Set<OriginDestinationGroup> getOriginDestinationGroups()
      (Required)
    • setOriginDestinationGroups

      public void setOriginDestinationGroups(Set<OriginDestinationGroup> originDestinationGroups)
      (Required)
    • getSellers

      public Set<Seller> getSellers()
      (Required)
    • setSellers

      public void setSellers(Set<Seller> sellers)
      (Required)
    • getPreferences

      public Preferences getPreferences()
      Itinerary preferences
    • setPreferences

      public void setPreferences(Preferences preferences)
      Itinerary preferences
    • getPassengerTypes

      public Set<PassengerType> getPassengerTypes()
      (Required)
    • setPassengerTypes

      public void setPassengerTypes(Set<PassengerType> passengerTypes)
      (Required)
    • getPassengerGroups

      public Set<PassengerGroup> getPassengerGroups()
      (Required)
    • setPassengerGroups

      public void setPassengerGroups(Set<PassengerGroup> passengerGroups)
      (Required)
    • getGroupsRelation

      public IntelliPricerRequest.GroupsRelation getGroupsRelation()
    • setGroupsRelation

      public void setGroupsRelation(IntelliPricerRequest.GroupsRelation groupsRelation)
    • getFareRestrictions

      public List<FareRestriction> getFareRestrictions()
    • setFareRestrictions

      public void setFareRestrictions(List<FareRestriction> fareRestrictions)