Class BrandingAssetResponse

java.lang.Object
com.blockchyp.client.dto.BrandingAssetResponse
All Implemented Interfaces:
IAbstractAcknowledgement

public class BrandingAssetResponse extends Object implements IAbstractAcknowledgement
Models a branding asset response.
  • Constructor Details

    • BrandingAssetResponse

      public BrandingAssetResponse()
  • Method Details

    • setSuccess

      public void setSuccess(boolean value)
      Sets whether or not the request succeeded.
      Parameters:
      value - whether or not the request succeeded.
    • isSuccess

      public boolean isSuccess()
      Gets whether or not the request succeeded.
      Specified by:
      isSuccess in interface IAbstractAcknowledgement
      Returns:
      whether or not the request succeeded.
    • setError

      public void setError(String value)
      Sets the error, if an error occurred.
      Parameters:
      value - the error, if an error occurred.
    • getError

      public String getError()
      Gets the error, if an error occurred.
      Specified by:
      getError in interface IAbstractAcknowledgement
      Returns:
      the error, if an error occurred.
    • setResponseDescription

      public void setResponseDescription(String value)
      Sets a narrative description of the transaction result.
      Parameters:
      value - a narrative description of the transaction result.
    • getResponseDescription

      public String getResponseDescription()
      Gets a narrative description of the transaction result.
      Specified by:
      getResponseDescription in interface IAbstractAcknowledgement
      Returns:
      a narrative description of the transaction result.
    • setOwnerId

      public void setOwnerId(String value)
      Sets the id owner of this branding stack.
      Parameters:
      value - the id owner of this branding stack.
    • getOwnerId

      public String getOwnerId()
      Gets the id owner of this branding stack.
      Returns:
      the id owner of this branding stack.
    • setOwnerType

      public void setOwnerType(String value)
      Sets the type of user or tenant that owns this branding stack.
      Parameters:
      value - the type of user or tenant that owns this branding stack.
    • getOwnerType

      public String getOwnerType()
      Gets the type of user or tenant that owns this branding stack.
      Returns:
      the type of user or tenant that owns this branding stack.
    • setOwnerName

      public void setOwnerName(String value)
      Sets the name of the entity or tenant that owns this branding stack.
      Parameters:
      value - the name of the entity or tenant that owns this branding stack.
    • getOwnerName

      public String getOwnerName()
      Gets the name of the entity or tenant that owns this branding stack.
      Returns:
      the name of the entity or tenant that owns this branding stack.
    • setLevelName

      public void setLevelName(String value)
      Sets the owner level currently being displayed.
      Parameters:
      value - the owner level currently being displayed.
    • getLevelName

      public String getLevelName()
      Gets the owner level currently being displayed.
      Returns:
      the owner level currently being displayed.
    • setNarrativeTime

      public void setNarrativeTime(String value)
      Sets a narrative description of the current simulate time.
      Parameters:
      value - a narrative description of the current simulate time.
    • getNarrativeTime

      public String getNarrativeTime()
      Gets a narrative description of the current simulate time.
      Returns:
      a narrative description of the current simulate time.
    • setActiveAsset

      public void setActiveAsset(BrandingAsset value)
      Sets the asset currently displayed on the terminal.
      Parameters:
      value - the asset currently displayed on the terminal.
    • getActiveAsset

      public BrandingAsset getActiveAsset()
      Gets the asset currently displayed on the terminal.
      Returns:
      the asset currently displayed on the terminal.
    • setResults

      public void setResults(Collection<BrandingAsset> value)
      Sets enumerates all branding assets in a given credential scope.
      Parameters:
      value - enumerates all branding assets in a given credential scope.
    • getResults

      public Collection<BrandingAsset> getResults()
      Gets enumerates all branding assets in a given credential scope.
      Returns:
      enumerates all branding assets in a given credential scope.
    • addResult

      public void addResult(BrandingAsset value)
      Adds a enumerates all branding assets in a given credential scope.
      Parameters:
      value - enumerates all branding assets in a given credential scope.