OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Class EnvironmentVariableResourceDTO

java.lang.Object
  extended by com.openshift.internal.client.response.BaseResourceDTO
      extended by com.openshift.internal.client.response.EnvironmentVariableResourceDTO

public class EnvironmentVariableResourceDTO
extends BaseResourceDTO

The DTO for an environment variable

Author:
Syed Iqbal

Constructor Summary
EnvironmentVariableResourceDTO(String name, String value, Map<String,Link> links, Messages messages)
          Instantiates a new environment variable resource dto.
 
Method Summary
 String getName()
          Returns the name of this environment variable
 String getValue()
          Returns the value of this gear group.
 
Methods inherited from class com.openshift.internal.client.response.BaseResourceDTO
getLink, getLinks, getMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentVariableResourceDTO

public EnvironmentVariableResourceDTO(String name,
                                      String value,
                                      Map<String,Link> links,
                                      Messages messages)
Instantiates a new environment variable resource dto.

Parameters:
name - the name
value - the value
Method Detail

getName

public final String getName()
Returns the name of this environment variable

Returns:
the name

getValue

public final String getValue()
Returns the value of this gear group.

Returns:
the value

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.