| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| UserInfo |
|
| 1.0;1 |
| 1 | package com.ctrip.framework.apollo.portal.entity.po; | |
| 2 | ||
| 3 | 5 | public class UserInfo { |
| 4 | private String userId; | |
| 5 | ||
| 6 | public String getUserId() { | |
| 7 | 3 | return userId; |
| 8 | } | |
| 9 | ||
| 10 | public void setUserId(String userId) { | |
| 11 | 5 | this.userId = userId; |
| 12 | 5 | } |
| 13 | } |