Class ConflictProblemResponse.ExistingObjectResponse

java.lang.Object
com.here.platform.data.client.service.blobstore.model.ConflictProblemResponse.ExistingObjectResponse
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
ConflictProblemResponse

public static class ConflictProblemResponse.ExistingObjectResponse extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExistingObjectResponse(long contentLength)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • ExistingObjectResponse

      public ExistingObjectResponse(long contentLength)
  • Method Details

    • contentLength

      public long contentLength()