org.cloudfoundry.client.lib.domain
Class CloudResource

java.lang.Object
  extended by org.cloudfoundry.client.lib.domain.CloudResource

public class CloudResource
extends Object

JSON object that contains details of a single Cloud Foundry resource.

Author:
Phillip Webb

Constructor Summary
protected CloudResource()
           
  CloudResource(String filename, long size, String sha1)
           
 
Method Summary
 String getFilename()
           
 String getSha1()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudResource

protected CloudResource()

CloudResource

public CloudResource(String filename,
                     long size,
                     String sha1)
Method Detail

getFilename

public String getFilename()

getSize

public long getSize()

getSha1

public String getSha1()


Copyright © 2013. All rights reserved.