com.cloudera.api.model
Class ApiVersionInfo

java.lang.Object
  extended by com.cloudera.api.model.ApiVersionInfo

public class ApiVersionInfo
extends Object

Version information of Cloudera Manager itself.


Constructor Summary
ApiVersionInfo()
           
 
Method Summary
 boolean equals(Object o)
           
 String getBuildTimestamp()
          Build timestamp.
 String getBuildUser()
          The user performing the build.
 String getGitHash()
          Source control management hash.
 String getVersion()
          Version.
 int hashCode()
           
 boolean isSnapshot()
          Whether this build is a development snapshot.
 void setBuildTimestamp(String buildTimestamp)
           
 void setBuildUser(String buildUser)
           
 void setGitHash(String gitHash)
           
 void setSnapshot(boolean isSnapshot)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiVersionInfo

public ApiVersionInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getVersion

public String getVersion()
Version.


setVersion

public void setVersion(String version)

isSnapshot

public boolean isSnapshot()
Whether this build is a development snapshot.


setSnapshot

public void setSnapshot(boolean isSnapshot)

getBuildUser

public String getBuildUser()
The user performing the build.


setBuildUser

public void setBuildUser(String buildUser)

getBuildTimestamp

public String getBuildTimestamp()
Build timestamp.


setBuildTimestamp

public void setBuildTimestamp(String buildTimestamp)

getGitHash

public String getGitHash()
Source control management hash.


setGitHash

public void setGitHash(String gitHash)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.