Class GeneratePlacementOptionsRequest


  • public class GeneratePlacementOptionsRequest
    extends java.lang.Object
    The `generatePlacementOptions` request.
    • Constructor Detail

      • GeneratePlacementOptionsRequest

        public GeneratePlacementOptionsRequest()
    • Method Detail

      • getCustomPlacement

        public java.util.List<CustomPlacementInput> getCustomPlacement()
        Custom placement options you want to add to the plan. This is only used for the India (IN - A21TJRUUN4KGV) marketplace.
        Returns:
        customPlacement
      • setCustomPlacement

        public void setCustomPlacement​(java.util.List<CustomPlacementInput> customPlacement)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object