Class AddAssetRequest

Object
AddAssetRequest
All Implemented Interfaces:
Serializable

public class AddAssetRequest extends Object implements Serializable
The properties of the asset to be added.
See Also:
  • Constructor Details

    • AddAssetRequest

      public AddAssetRequest()
  • Method Details

    • builder

      public static AddAssetRequest.Builder builder()
    • getName

      public String getName()
      Required. The full name of the new asset. Should be unique within the domain.
    • getDisplayName

      public String getDisplayName()
      The display name of the new asset.
    • getDomainId

      public UUID getDomainId()
      Required. The ID of the domain that the new asset should be added to.
    • getTypeId

      public UUID getTypeId()
      The ID of the asset type of the new asset.
    • getId

      public UUID getId()
      The ID of the new asset.
    • getStatusId

      public UUID getStatusId()
      The ID of the status of the new asset.
    • getExcludedFromAutoHyperlinking

      public Boolean getExcludedFromAutoHyperlinking()
      Whether or not to exclude the new asset from auto hyperlinking.
    • getTypePublicId

      public String getTypePublicId()
      The public ID of the asset type of the new asset.
    • setName

      public void setName(String name)
      Required. The full name of the new asset. Should be unique within the domain.
    • setDisplayName

      public void setDisplayName(String displayName)
      The display name of the new asset.
    • setDomainId

      public void setDomainId(UUID domainId)
      Required. The ID of the domain that the new asset should be added to.
    • setTypeId

      public void setTypeId(UUID typeId)
      The ID of the asset type of the new asset.
    • setId

      public void setId(UUID id)
      The ID of the new asset.
    • setStatusId

      public void setStatusId(UUID statusId)
      The ID of the status of the new asset.
    • setExcludedFromAutoHyperlinking

      public void setExcludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking)
      Whether or not to exclude the new asset from auto hyperlinking.
    • setTypePublicId

      public void setTypePublicId(String typePublicId)
      The public ID of the asset type of the new asset.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object