public class BrandingAssetResponse extends Object implements IAbstractAcknowledgement
Constructor and Description |
---|
BrandingAssetResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addResult(BrandingAsset value)
Adds a enumerates all branding assets in a given credential scope.
|
BrandingAsset |
getActiveAsset()
Gets the asset currently displayed on the terminal.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getLevelName()
Gets the owner level currently being displayed.
|
String |
getNarrativeTime()
Gets a narrative description of the current simulate time.
|
String |
getOwnerId()
Gets the id owner of this branding stack.
|
String |
getOwnerName()
Gets the name of the entity or tenant that owns this branding stack.
|
String |
getOwnerType()
Gets the type of user or tenant that owns this branding stack.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
Collection<BrandingAsset> |
getResults()
Gets enumerates all branding assets in a given credential scope.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
void |
setActiveAsset(BrandingAsset value)
Sets the asset currently displayed on the terminal.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setLevelName(String value)
Sets the owner level currently being displayed.
|
void |
setNarrativeTime(String value)
Sets a narrative description of the current simulate time.
|
void |
setOwnerId(String value)
Sets the id owner of this branding stack.
|
void |
setOwnerName(String value)
Sets the name of the entity or tenant that owns this branding stack.
|
void |
setOwnerType(String value)
Sets the type of user or tenant that owns this branding stack.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setResults(Collection<BrandingAsset> value)
Sets enumerates all branding assets in a given credential scope.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
public void setSuccess(boolean value)
value
- whether or not the request succeeded.public boolean isSuccess()
isSuccess
in interface IAbstractAcknowledgement
public void setError(String value)
value
- the error, if an error occurred.public String getError()
getError
in interface IAbstractAcknowledgement
public void setResponseDescription(String value)
value
- a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription
in interface IAbstractAcknowledgement
public void setOwnerId(String value)
value
- the id owner of this branding stack.public String getOwnerId()
public void setOwnerType(String value)
value
- the type of user or tenant that owns this branding stack.public String getOwnerType()
public void setOwnerName(String value)
value
- the name of the entity or tenant that owns this branding stack.public String getOwnerName()
public void setLevelName(String value)
value
- the owner level currently being displayed.public String getLevelName()
public void setNarrativeTime(String value)
value
- a narrative description of the current simulate time.public String getNarrativeTime()
public void setActiveAsset(BrandingAsset value)
value
- the asset currently displayed on the terminal.public BrandingAsset getActiveAsset()
public void setResults(Collection<BrandingAsset> value)
value
- enumerates all branding assets in a given credential scope.public Collection<BrandingAsset> getResults()
public void addResult(BrandingAsset value)
value
- enumerates all branding assets in a given credential scope.Copyright © 2022 BlockChyp, Inc.. All rights reserved.