Class VcapResult
- java.lang.Object
-
- com.azure.spring.cloudfoundry.environment.VcapResult
-
- All Implemented Interfaces:
Serializable
public class VcapResult extends Object implements Serializable
class the result of VcapProcessor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcapResult(org.springframework.core.env.ConfigurableEnvironment environment, VcapPojo[] pojos, boolean logFlag)Creates a new instance ofVcapResult.
-
-
-
Constructor Detail
-
VcapResult
public VcapResult(org.springframework.core.env.ConfigurableEnvironment environment, VcapPojo[] pojos, boolean logFlag)Creates a new instance ofVcapResult.- Parameters:
environment- the environmentpojos- the VCap POJOslogFlag- whether to log
-
-