MCPcopy Create free account
hub / github.com/apache/cloudstack / setEmail

Method setEmail

engine/schema/src/main/java/com/cloud/user/UserVO.java:231–234  ·  view source on GitHub ↗
(String email)

Source from the content-addressed store, hash-verified

229 }
230
231 @Override
232 public void setEmail(String email) {
233 this.email = email;
234 }
235
236 @Override
237 public State getState() {

Callers 3

testSendQuotaAlertMethod · 0.95
UserVOMethod · 0.95
updateUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

testSendQuotaAlertMethod · 0.76