Package com.blockchyp.client.dto
Class BrandingAssetResponse
java.lang.Object
com.blockchyp.client.dto.BrandingAssetResponse
- All Implemented Interfaces:
IAbstractAcknowledgement
Models a branding asset response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResult(BrandingAsset value) Adds a enumerates all branding assets in a given credential scope.Gets the asset currently displayed on the terminal.getError()Gets the error, if an error occurred.Gets the owner level currently being displayed.Gets a narrative description of the current simulate time.Gets the id owner of this branding stack.Gets the name of the entity or tenant that owns this branding stack.Gets the type of user or tenant that owns this branding stack.Gets a narrative description of the transaction result.Gets enumerates all branding assets in a given credential scope.booleanGets whether or not the request succeeded.voidsetActiveAsset(BrandingAsset value) Sets the asset currently displayed on the terminal.voidSets the error, if an error occurred.voidsetLevelName(String value) Sets the owner level currently being displayed.voidsetNarrativeTime(String value) Sets a narrative description of the current simulate time.voidsetOwnerId(String value) Sets the id owner of this branding stack.voidsetOwnerName(String value) Sets the name of the entity or tenant that owns this branding stack.voidsetOwnerType(String value) Sets the type of user or tenant that owns this branding stack.voidsetResponseDescription(String value) Sets a narrative description of the transaction result.voidsetResults(Collection<BrandingAsset> value) Sets enumerates all branding assets in a given credential scope.voidsetSuccess(boolean value) Sets whether or not the request succeeded.
-
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:
isSuccessin interfaceIAbstractAcknowledgement- Returns:
- whether or not the request succeeded.
-
setError
Sets the error, if an error occurred.- Parameters:
value- the error, if an error occurred.
-
getError
Gets the error, if an error occurred.- Specified by:
getErrorin interfaceIAbstractAcknowledgement- Returns:
- the error, if an error occurred.
-
setResponseDescription
Sets a narrative description of the transaction result.- Parameters:
value- a narrative description of the transaction result.
-
getResponseDescription
Gets a narrative description of the transaction result.- Specified by:
getResponseDescriptionin interfaceIAbstractAcknowledgement- Returns:
- a narrative description of the transaction result.
-
setOwnerId
Sets the id owner of this branding stack.- Parameters:
value- the id owner of this branding stack.
-
getOwnerId
Gets the id owner of this branding stack.- Returns:
- the id owner of this branding stack.
-
setOwnerType
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
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
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
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
Sets the owner level currently being displayed.- Parameters:
value- the owner level currently being displayed.
-
getLevelName
Gets the owner level currently being displayed.- Returns:
- the owner level currently being displayed.
-
setNarrativeTime
Sets a narrative description of the current simulate time.- Parameters:
value- a narrative description of the current simulate time.
-
getNarrativeTime
Gets a narrative description of the current simulate time.- Returns:
- a narrative description of the current simulate time.
-
setActiveAsset
Sets the asset currently displayed on the terminal.- Parameters:
value- the asset currently displayed on the terminal.
-
getActiveAsset
Gets the asset currently displayed on the terminal.- Returns:
- the asset currently displayed on the terminal.
-
setResults
Sets enumerates all branding assets in a given credential scope.- Parameters:
value- enumerates all branding assets in a given credential scope.
-
getResults
Gets enumerates all branding assets in a given credential scope.- Returns:
- enumerates all branding assets in a given credential scope.
-
addResult
Adds a enumerates all branding assets in a given credential scope.- Parameters:
value- enumerates all branding assets in a given credential scope.
-