Class BrandingAssetRequest

java.lang.Object
com.blockchyp.client.dto.BrandingAssetRequest
All Implemented Interfaces:
ITimeoutRequest

public class BrandingAssetRequest extends Object implements ITimeoutRequest
Models a request to retrieve or manipulate terminal slide shows.
  • Constructor Details

    • BrandingAssetRequest

      public BrandingAssetRequest()
  • Method Details

    • setTimeout

      public void setTimeout(int value)
      Sets the request timeout in seconds.
      Parameters:
      value - the request timeout in seconds.
    • getTimeout

      public int getTimeout()
      Gets the request timeout in seconds.
      Specified by:
      getTimeout in interface ITimeoutRequest
      Returns:
      the request timeout in seconds.
    • setTest

      public void setTest(boolean value)
      Sets whether or not to route transaction to the test gateway.
      Parameters:
      value - whether or not to route transaction to the test gateway.
    • isTest

      public boolean isTest()
      Gets whether or not to route transaction to the test gateway.
      Specified by:
      isTest in interface ITimeoutRequest
      Returns:
      whether or not to route transaction to the test gateway.
    • setAssetId

      public void setAssetId(String value)
      Sets id used to track a branding asset.
      Parameters:
      value - id used to track a branding asset.
    • getAssetId

      public String getAssetId()
      Gets id used to track a branding asset.
      Returns:
      id used to track a branding asset.