public static class Publish.Approval extends Publish.TimeRange
| Modifier and Type | Field and Description |
|---|---|
Integer |
ApprovalLevel
Approval level
|
String |
Comment
Comment
|
java.time.Instant |
DateAppliedUtc
Instant applied utc
|
String |
LevelDescription
Level description
|
String |
User
User
|
EndTime, StartTime| Constructor and Description |
|---|
Approval() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getApprovalLevel() |
String |
getComment() |
java.time.Instant |
getDateAppliedUtc() |
String |
getLevelDescription() |
String |
getUser() |
Publish.Approval |
setApprovalLevel(Integer value) |
Publish.Approval |
setComment(String value) |
Publish.Approval |
setDateAppliedUtc(java.time.Instant value) |
Publish.Approval |
setLevelDescription(String value) |
Publish.Approval |
setUser(String value) |
getEndTime, getStartTime, setEndTime, setStartTimepublic Integer ApprovalLevel
public java.time.Instant DateAppliedUtc
public String User
public String LevelDescription
public String Comment
public Integer getApprovalLevel()
public Publish.Approval setApprovalLevel(Integer value)
public java.time.Instant getDateAppliedUtc()
public Publish.Approval setDateAppliedUtc(java.time.Instant value)
public String getUser()
public Publish.Approval setUser(String value)
public String getLevelDescription()
public Publish.Approval setLevelDescription(String value)
public String getComment()
public Publish.Approval setComment(String value)
Copyright © 2022. All rights reserved.