public static class Publish.FieldVisitDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
Publish.CompletedWork |
CompletedWork
Completed work
|
java.time.Instant |
EndTime
End time
|
String |
Identifier
Identifier
|
Boolean |
IsValid
Is valid
|
java.time.Instant |
LastMatchedTime
Last time the deleted field visit matched the given filters; set only when request includes ChangesSinceToken
|
java.time.Instant |
LastModified
Last modified
|
String |
LocationIdentifier
Location identifier
|
String |
Party
Party
|
String |
Remarks
Remarks
|
java.time.Instant |
StartTime
Start time
|
String |
Weather
Weather
|
| Constructor and Description |
|---|
FieldVisitDescription() |
public String Identifier
public String LocationIdentifier
public java.time.Instant StartTime
public java.time.Instant EndTime
public String Party
public String Remarks
public String Weather
public Boolean IsValid
public Publish.CompletedWork CompletedWork
public java.time.Instant LastModified
public java.time.Instant LastMatchedTime
public String getIdentifier()
public Publish.FieldVisitDescription setIdentifier(String value)
public String getLocationIdentifier()
public Publish.FieldVisitDescription setLocationIdentifier(String value)
public java.time.Instant getStartTime()
public Publish.FieldVisitDescription setStartTime(java.time.Instant value)
public java.time.Instant getEndTime()
public Publish.FieldVisitDescription setEndTime(java.time.Instant value)
public String getParty()
public Publish.FieldVisitDescription setParty(String value)
public String getRemarks()
public Publish.FieldVisitDescription setRemarks(String value)
public String getWeather()
public Publish.FieldVisitDescription setWeather(String value)
public Boolean getIsValid()
public Publish.FieldVisitDescription setIsValid(Boolean value)
public Publish.CompletedWork getCompletedWork()
public Publish.FieldVisitDescription setCompletedWork(Publish.CompletedWork value)
public java.time.Instant getLastModified()
public Publish.FieldVisitDescription setLastModified(java.time.Instant value)
public java.time.Instant getLastMatchedTime()
public Publish.FieldVisitDescription setLastMatchedTime(java.time.Instant value)
Copyright © 2022. All rights reserved.